File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
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@v10.5.0
24+ uses : python-semantic-release/python-semantic-release@v10.5.2
2525 with :
2626 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
2727
3232 if : steps.release.outputs.released == 'true'
3333
3434 - name : Publish package distributions to GitHub Releases
35- uses : python-semantic-release/publish-action@v10.4.1
35+ uses : python-semantic-release/publish-action@v10.5.2
3636 if : steps.release.outputs.released == 'true'
3737 with :
3838 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
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.9.1
10+ rev : v4.10.0
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
2020 hooks :
2121 - id : isort
2222 - repo : https://github.com/pycqa/pylint
23- rev : v4.0.2
23+ rev : v4.0.3
2424 hooks :
2525 - id : pylint
2626 additional_dependencies :
Original file line number Diff line number Diff line change 11-r requirements.txt
22-r requirements-test.txt
3- pytest-docker==3.2.3
3+ pytest-docker==3.2.5
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==25.11.0
4- commitizen==4.9.1
4+ commitizen==4.10.0
55flake8==7.3.0
66isort==7.0.0
77mypy==1.18.2
8- pylint==4.0.2
8+ pylint==4.0.3
99pytest==8.4.2
1010responses==0.25.8
1111respx==0.22.0
You can’t perform that action at this time.
0 commit comments