File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
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.4
37+ uses : actions/upload-artifact@v4.3.5
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.4
124+ - uses : actions/upload-artifact@v4.3.5
125125 with :
126126 name : dist
127127 path : dist
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ default_language_version:
33
44repos :
55 - repo : https://github.com/psf/black
6- rev : 24.4.2
6+ rev : 24.8.0
77 hooks :
88 - id : black
99 - repo : https://github.com/commitizen-tools/commitizen
1212 - id : commitizen
1313 stages : [commit-msg]
1414 - repo : https://github.com/pycqa/flake8
15- rev : 7.1.0
15+ rev : 7.1.1
1616 hooks :
1717 - id : flake8
1818 - repo : https://github.com/pycqa/isort
3030 - requests-toolbelt==1.0.0
3131 files : ' gitlab/'
3232 - repo : https://github.com/pre-commit/mirrors-mypy
33- rev : v1.11.0
33+ rev : v1.11.1
3434 hooks :
3535 - id : mypy
3636 args : []
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
3- black==24.4.2
3+ black==24.8.0
44commitizen==3.28.0
5- flake8==7.1.0
5+ flake8==7.1.1
66isort==5.13.2
7- mypy==1.11.0
7+ mypy==1.11.1
88pylint==3.2.6
99pytest==8.3.2
1010responses==0.25.3
Original file line number Diff line number Diff line change 11-r requirements.txt
22build==1.2.1
3- coverage==7.6.0
3+ coverage==7.6.1
44pytest-console-scripts==1.4.1
55pytest-cov==5.0.0
66pytest-github-actions-annotate-failures==0.2.0
77pytest==8.3.2
88PyYaml==6.0.1
99responses==0.25.3
10- wheel==0.43 .0
10+ wheel==0.44 .0
You can’t perform that action at this time.
0 commit comments