File tree Expand file tree Collapse file tree 4 files changed +13
-13
lines changed
Expand file tree Collapse file tree 4 files changed +13
-13
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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]
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
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==26.3.1
4- commitizen==4.13.9
4+ commitizen==4.13.10
55flake8==7.3.0
66isort==8.0.1
7- mypy==1.20.0
7+ mypy==1.20.1
88pylint==4.0.5
9- pytest==9.0.2
9+ pytest==9.0.3
1010responses==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
Original file line number Diff line number Diff line change 11-r requirements.txt
22anyio==4.13.0
3- build==1.4.2
3+ build==1.4.3
44coverage==7.13.5
55pytest-console-scripts==1.4.1
66pytest-cov==7.1.0
77pytest-github-actions-annotate-failures==0.4.0
8- pytest==9.0.2
8+ pytest==9.0.3
99PyYaml==6.0.3
1010responses==0.26.0
11- respx==0.22.0
11+ respx==0.23.1
1212trio==0.33.0
1313wheel==0.46.3
You can’t perform that action at this time.
0 commit comments