File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3434 TOXENV : docs
3535 run : tox
3636 - name : Archive generated docs
37- uses : actions/upload-artifact@v4.3.5
37+ uses : actions/upload-artifact@v4.3.6
3838 with :
3939 name : html-docs
4040 path : build/sphinx/html/
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121121 pip install -r requirements-test.txt
122122 - name : Build package
123123 run : python -m build -o dist/
124- - uses : actions/upload-artifact@v4.3.5
124+ - uses : actions/upload-artifact@v4.3.6
125125 with :
126126 name : dist
127127 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 : v3.28 .0
10+ rev : v3.29 .0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
4747 - id : rst-directive-colons
4848 - id : rst-inline-touching-normal
4949 - repo : https://github.com/maxbrunet/pre-commit-renovate
50- rev : 38.18.17
50+ rev : 38.25.0
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2024.7.18
2+ furo==2024.8.6
33jinja2==3.1.4
44myst-parser==3.0.1
55sphinx==7.4.7
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==24.8.0
4- commitizen==3.28 .0
4+ commitizen==3.29 .0
55flake8==7.1.1
66isort==5.13.2
77mypy==1.11.1
88pylint==3.2.6
99pytest==8.3.2
1010responses==0.25.3
11- types-PyYAML==6.0.12.20240724
11+ types-PyYAML==6.0.12.20240808
1212types-requests==2.32.0.20240712
13- types-setuptools==71.1.0.20240726
13+ types-setuptools==71.1.0.20240806
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ pytest-console-scripts==1.4.1
55pytest-cov==5.0.0
66pytest-github-actions-annotate-failures==0.2.0
77pytest==8.3.2
8- PyYaml==6.0.1
8+ PyYaml==6.0.2
99responses==0.25.3
1010wheel==0.44.0
You can’t perform that action at this time.
0 commit comments