Skip to content

Commit 7594b03

Browse files
chore(deps): update all non-major dependencies
1 parent abdaa68 commit 7594b03

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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.19.1
35+
rev: v1.20.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: 43.100.0
54+
rev: 43.104.4
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ black==26.3.1
44
commitizen==4.13.9
55
flake8==7.3.0
66
isort==8.0.1
7-
mypy==1.19.1
7+
mypy==1.20.0
88
pylint==4.0.5
99
pytest==9.0.2
1010
responses==0.26.0
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20250915
13-
types-requests==2.33.0.20260327
14-
types-setuptools==82.0.0.20260210
13+
types-requests==2.33.0.20260402
14+
types-setuptools==82.0.0.20260402

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
gql==4.0.0
22
httpx==0.28.1
3-
requests==2.33.0
3+
requests==2.33.1
44
requests-toolbelt==1.0.0

0 commit comments

Comments
 (0)