File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed
Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121
2222 - name : Python Semantic Release
2323 id : release
24- uses : python-semantic-release/python-semantic-release@v9.6.0
24+ uses : python-semantic-release/python-semantic-release@v9.7.1
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
Original file line number Diff line number Diff line change 7878 TOXENV : ${{ matrix.toxenv }}
7979 run : tox -- --override-ini='log_cli=True'
8080 - name : Upload codecov coverage
81- uses : codecov/codecov-action@v4.3.0
81+ uses : codecov/codecov-action@v4.3.1
8282 with :
8383 files : ./coverage.xml
8484 flags : ${{ matrix.toxenv }}
@@ -100,7 +100,7 @@ jobs:
100100 TOXENV : cover
101101 run : tox
102102 - name : Upload codecov coverage
103- uses : codecov/codecov-action@v4.3.0
103+ uses : codecov/codecov-action@v4.3.1
104104 with :
105105 files : ./coverage.xml
106106 flags : unit
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.24 .0
10+ rev : v3.25 .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 : 37.326.3
50+ rev : 37.347.2
5151 hooks :
5252 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
2- furo==2024.4.27
2+ furo==2024.5.6
33jinja2==3.1.4
44myst-parser==2.0.0
55sphinx==7.3.7
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==24.4.2
4- commitizen==3.24 .0
4+ commitizen==3.25 .0
55flake8==7.0.0
66isort==5.13.2
77mypy==1.10.0
Original file line number Diff line number Diff line change 11-r requirements.txt
22build==1.2.1
3- coverage==7.5.0
3+ coverage==7.5.1
44pytest-console-scripts==1.4.1
55pytest-cov==5.0.0
66pytest-github-actions-annotate-failures==0.2.0
You can’t perform that action at this time.
0 commit comments