Skip to content

Commit 41eb95d

Browse files
renovate[bot]nejch
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 051ea71 commit 41eb95d

6 files changed

+13
-13
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Python Semantic Release
2323
id: release
24-
uses: python-semantic-release/python-semantic-release@v9.17.0
24+
uses: python-semantic-release/python-semantic-release@v9.19.1
2525
with:
2626
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.1.1
10+
rev: v4.2.1
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
1414
- repo: https://github.com/pycqa/flake8
15-
rev: 7.1.1
15+
rev: 7.1.2
1616
hooks:
1717
- id: flake8
1818
- repo: https://github.com/pycqa/isort
@@ -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.14.1
35+
rev: v1.15.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: 39.156.1
54+
rev: 39.171.1
5555
hooks:
5656
- id: renovate-config-validator

requirements-docker.txt

+1-1
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.1.1
3+
pytest-docker==3.2.0

requirements-docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-r requirements.txt
22
furo==2024.8.6
33
jinja2==3.1.5
4-
myst-parser==4.0.0
4+
myst-parser==4.0.1
55
sphinx==8.1.3
66
sphinxcontrib-autoprogram==0.1.9
77
sphinx-autobuild==2024.10.3

requirements-lint.txt

+4-4
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.1.1
5-
flake8==7.1.1
4+
commitizen==4.2.1
5+
flake8==7.1.2
66
isort==6.0.0
7-
mypy==1.14.1
7+
mypy==1.15.0
88
pylint==3.3.4
99
pytest==8.3.4
1010
responses==0.25.6
1111
respx==0.22.0
1212
types-PyYAML==6.0.12.20241230
1313
types-requests==2.32.0.20241016
14-
types-setuptools==75.8.0.20250110
14+
types-setuptools==75.8.0.20250210

requirements-test.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
anyio==4.8.0
33
build==1.2.2.post1
4-
coverage==7.6.10
4+
coverage==7.6.12
55
pytest-console-scripts==1.4.1
66
pytest-cov==6.0.0
77
pytest-github-actions-annotate-failures==0.3.0
88
pytest==8.3.4
99
PyYaml==6.0.2
1010
responses==0.25.6
1111
respx==0.22.0
12-
trio==0.28.0
12+
trio==0.29.0
1313
wheel==0.45.1

0 commit comments

Comments
 (0)