Skip to content

Commit 0c56567

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 06f62a2 commit 0c56567

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/psf/black
6-
rev: 25.1.0
6+
rev: 25.9.0
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
@@ -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.18.1
35+
rev: v1.18.2
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: 41.113.3
54+
rev: 41.125.3
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
22
argcomplete==2.0.0
3-
black==25.1.0
3+
black==25.9.0
44
commitizen==4.9.1
55
flake8==7.3.0
66
isort==6.0.1
7-
mypy==1.18.1
7+
mypy==1.18.2
88
pylint==3.3.8
99
pytest==8.4.2
1010
responses==0.25.8
1111
respx==0.22.0
12-
types-PyYAML==6.0.12.20250822
12+
types-PyYAML==6.0.12.20250915
1313
types-requests==2.32.4.20250913
1414
types-setuptools==80.9.0.20250822

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
anyio==4.10.0
33
build==1.3.0
4-
coverage==7.10.6
4+
coverage==7.10.7
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.3.0
77
pytest-github-actions-annotate-failures==0.3.0

0 commit comments

Comments
 (0)