Skip to content

chore(deps): update all non-major dependencies #3213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.8.2
rev: v4.8.3
hooks:
- id: commitizen
stages: [commit-msg]
Expand All @@ -32,7 +32,7 @@ repos:
- requests-toolbelt==1.0.0
files: 'gitlab/'
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.15.0
rev: v1.16.0
hooks:
- id: mypy
args: []
Expand All @@ -51,6 +51,6 @@ repos:
- id: rst-directive-colons
- id: rst-inline-touching-normal
- repo: https://github.com/maxbrunet/pre-commit-renovate
rev: 40.31.0
rev: 40.49.0
hooks:
- id: renovate-config-validator
2 changes: 1 addition & 1 deletion requirements-docker.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
-r requirements-test.txt
pytest-docker==3.2.1
pytest-docker==3.2.2
8 changes: 4 additions & 4 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
-r requirements.txt
argcomplete==2.0.0
black==25.1.0
commitizen==4.8.2
commitizen==4.8.3
flake8==7.2.0
isort==6.0.1
mypy==1.16.0
pylint==3.3.7
pytest==8.3.5
pytest==8.4.0
responses==0.25.7
respx==0.22.0
types-PyYAML==6.0.12.20250516
types-requests==2.32.0.20250515
types-setuptools==80.8.0.20250521
types-requests==2.32.0.20250602
types-setuptools==80.9.0.20250529
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ coverage==7.8.2
pytest-console-scripts==1.4.1
pytest-cov==6.1.1
pytest-github-actions-annotate-failures==0.3.0
pytest==8.3.5
pytest==8.4.0
PyYaml==6.0.2
responses==0.25.7
respx==0.22.0
Expand Down