Skip to content

Commit ac29ebd

Browse files
chore(deps): update all non-major dependencies
1 parent 378a836 commit ac29ebd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.48.6
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
@@ -4,11 +4,11 @@ black==25.1.0
44
commitizen==4.8.2
55
flake8==7.2.0
66
isort==6.0.1
7-
mypy==1.15.0
7+
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)