Skip to content

Commit 085fbc8

Browse files
chore(deps): update all non-major dependencies
1 parent ff579a6 commit 085fbc8

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.8.2
10+
rev: v4.8.3
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -32,7 +32,7 @@ repos:
3232
- requests-toolbelt==1.0.0
3333
files: 'gitlab/'
3434
- repo: https://github.com/pre-commit/mirrors-mypy
35-
rev: v1.15.0
35+
rev: v1.16.0
3636
hooks:
3737
- id: mypy
3838
args: []
@@ -51,6 +51,6 @@ repos:
5151
- id: rst-directive-colons
5252
- id: rst-inline-touching-normal
5353
- repo: https://github.com/maxbrunet/pre-commit-renovate
54-
rev: 40.31.0
54+
rev: 40.49.0
5555
hooks:
5656
- id: renovate-config-validator

requirements-docker.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
-r requirements.txt
22
-r requirements-test.txt
3-
pytest-docker==3.2.1
3+
pytest-docker==3.2.2

requirements-lint.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==25.1.0
4-
commitizen==4.8.2
4+
commitizen==4.8.3
55
flake8==7.2.0
66
isort==6.0.1
77
mypy==1.16.0
88
pylint==3.3.7
9-
pytest==8.3.5
9+
pytest==8.4.0
1010
responses==0.25.7
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250516
13-
types-requests==2.32.0.20250515
14-
types-setuptools==80.8.0.20250521
13+
types-requests==2.32.0.20250602
14+
types-setuptools==80.9.0.20250529

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ coverage==7.8.2
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.1.1
77
pytest-github-actions-annotate-failures==0.3.0
8-
pytest==8.3.5
8+
pytest==8.4.0
99
PyYaml==6.0.2
1010
responses==0.25.7
1111
respx==0.22.0

0 commit comments

Comments
 (0)