Skip to content

Commit 659c648

Browse files
renovate[bot]max-wittig
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 0e8ae57 commit 659c648

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
pip install -r requirements-test.txt
121121
- name: Build package
122122
run: python -m build -o dist/
123-
- uses: actions/upload-artifact@v7.0.0
123+
- uses: actions/upload-artifact@v7.0.1
124124
with:
125125
name: dist
126126
path: dist

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
hooks:
88
- id: black
99
- repo: https://github.com/commitizen-tools/commitizen
10-
rev: v4.13.9
10+
rev: v4.13.10
1111
hooks:
1212
- id: commitizen
1313
stages: [commit-msg]
@@ -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.104.4
54+
rev: 43.111.0
5555
hooks:
5656
- id: renovate-config-validator

requirements-lint.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
-r requirements.txt
22
argcomplete==2.0.0
33
black==26.3.1
4-
commitizen==4.13.9
4+
commitizen==4.13.10
55
flake8==7.3.0
66
isort==8.0.1
7-
mypy==1.20.0
7+
mypy==1.20.1
88
pylint==4.0.5
9-
pytest==9.0.2
9+
pytest==9.0.3
1010
responses==0.26.0
11-
respx==0.22.0
12-
types-PyYAML==6.0.12.20250915
13-
types-requests==2.33.0.20260402
14-
types-setuptools==82.0.0.20260402
11+
respx==0.23.1
12+
types-PyYAML==6.0.12.20260408
13+
types-requests==2.33.0.20260408
14+
types-setuptools==82.0.0.20260408

requirements-test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
-r requirements.txt
22
anyio==4.13.0
3-
build==1.4.2
3+
build==1.4.3
44
coverage==7.13.5
55
pytest-console-scripts==1.4.1
66
pytest-cov==7.1.0
77
pytest-github-actions-annotate-failures==0.4.0
8-
pytest==9.0.2
8+
pytest==9.0.3
99
PyYaml==6.0.3
1010
responses==0.26.0
11-
respx==0.22.0
11+
respx==0.23.1
1212
trio==0.33.0
1313
wheel==0.46.3

0 commit comments

Comments
 (0)