Skip to content

Commit 8b692e8

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 7a1545d commit 8b692e8

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sphinx:
2323
runs-on: ubuntu-20.04
2424
steps:
25-
- uses: actions/checkout@v3.3.0
25+
- uses: actions/checkout@v3.5.0
2626
- name: Set up Python
2727
uses: actions/setup-python@v4.5.0
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
twine-check:
4343
runs-on: ubuntu-20.04
4444
steps:
45-
- uses: actions/checkout@v3.3.0
45+
- uses: actions/checkout@v3.5.0
4646
- name: Set up Python
4747
uses: actions/setup-python@v4.5.0
4848
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v3.3.0
25+
- uses: actions/checkout@v3.5.0
2626
with:
2727
fetch-depth: 0
2828
- uses: actions/setup-python@v4.5.0

.github/workflows/pre_commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pre_commit:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v3.3.0
32+
- uses: actions/checkout@v3.5.0
3333
- uses: actions/setup-python@v4.5.0
3434
with:
3535
python-version: "3.11"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'python-gitlab/python-gitlab'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3.3.0
13+
- uses: actions/checkout@v3.5.0
1414
with:
1515
fetch-depth: 0
1616
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
version: "3.11"
4949
toxenv: py310,smoke
5050
steps:
51-
- uses: actions/checkout@v3.3.0
51+
- uses: actions/checkout@v3.5.0
5252
- name: Set up Python ${{ matrix.python.version }}
5353
uses: actions/setup-python@v4.5.0
5454
with:
@@ -66,7 +66,7 @@ jobs:
6666
matrix:
6767
toxenv: [api_func_v4, cli_func_v4]
6868
steps:
69-
- uses: actions/checkout@v3.3.0
69+
- uses: actions/checkout@v3.5.0
7070
- name: Set up Python
7171
uses: actions/setup-python@v4.5.0
7272
with:
@@ -87,7 +87,7 @@ jobs:
8787
coverage:
8888
runs-on: ubuntu-20.04
8989
steps:
90-
- uses: actions/checkout@v3.3.0
90+
- uses: actions/checkout@v3.5.0
9191
- name: Set up Python ${{ matrix.python-version }}
9292
uses: actions/setup-python@v4.5.0
9393
with:
@@ -128,7 +128,7 @@ jobs:
128128
runs-on: ubuntu-latest
129129
needs: [dist]
130130
steps:
131-
- uses: actions/checkout@v3.3.0
131+
- uses: actions/checkout@v3.5.0
132132
- name: Set up Python
133133
uses: actions/setup-python@v4.5.0
134134
with:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/pycqa/pylint
23-
rev: v2.17.0
23+
rev: v2.17.1
2424
hooks:
2525
- id: pylint
2626
additional_dependencies:

requirements-lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ commitizen==2.42.1
55
flake8==6.0.0
66
isort==5.12.0
77
mypy==1.1.1
8-
pylint==2.17.0
8+
pylint==2.17.1
99
pytest==7.2.2
1010
responses==0.23.1
11-
types-PyYAML==6.0.12
12-
types-requests==2.28.11.2
13-
types-setuptools==65.5.0.1
11+
types-PyYAML==6.0.12.8
12+
types-requests==2.28.11.16
13+
types-setuptools==65.7.0.4

requirements-precommit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pre-commit==3.1.1
1+
pre-commit==3.2.1

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
22
build==0.10.0
3-
coverage==7.2.1
3+
coverage==7.2.2
44
pytest-console-scripts==1.3.1
55
pytest-cov==4.0.0
66
pytest-github-actions-annotate-failures==0.1.8

0 commit comments

Comments
 (0)