File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
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@v3.1.2
37+ uses : actions/upload-artifact@v3.1.3
3838 with :
3939 name : html-docs
4040 path : build/sphinx/html/
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117117 pip install -r requirements-test.txt
118118 - name : Build package
119119 run : python -m build -o dist/
120- - uses : actions/upload-artifact@v3.1.2
120+ - uses : actions/upload-artifact@v3.1.3
121121 with :
122122 name : dist
123123 path : dist
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/psf/black
6- rev : 23.7 .0
6+ rev : 23.9 .0
77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
10- rev : v3.7.0
10+ rev : v3.8.2
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
4848 - id : rst-directive-colons
4949 - id : rst-inline-touching-normal
5050 - repo : https://github.com/maxbrunet/pre-commit-renovate
51- rev : 36.78.8
51+ rev : 36.91.0
5252 hooks :
5353 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2023.8.19
2+ furo==2023.9.10
33jinja2==3.1.2
44myst-parser==2.0.0
55sphinx==7.2.5
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
3- black==23.7 .0
4- commitizen==3.7.0
3+ black==23.9 .0
4+ commitizen==3.8.2
55flake8==6.1.0
66isort==5.12.0
77mypy==1.5.1
88pylint==2.17.5
9- pytest==7.4.1
9+ pytest==7.4.2
1010responses==0.23.3
1111types-PyYAML==6.0.12.11
1212types-requests==2.31.0.2
13- types-setuptools==68.1 .0.1
13+ types-setuptools==68.2 .0.0
Original file line number Diff line number Diff line change 11-r requirements.txt
2- build==1.0.0
3- coverage==7.3.0
2+ build==1.0.3
3+ coverage==7.3.1
44pytest-console-scripts==1.4.1
55pytest-cov==4.1.0
66pytest-github-actions-annotate-failures==0.2.0
7- pytest==7.4.1
7+ pytest==7.4.2
88PyYaml==6.0.1
99responses==0.23.3
10- setuptools==68.1.2
10+ setuptools==68.2.0
1111wheel==0.41.2
You can’t perform that action at this time.
0 commit comments