File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2929 echo "::add-mask::${api_token}"
3030 echo "api-token=${api_token}" >> "${GITHUB_OUTPUT}"
3131 - name : Python Semantic Release
32- uses : relekang/python-semantic-release@v7.34.4
32+ uses : relekang/python-semantic-release@v7.34.6
3333 with :
3434 github_token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
3535 pypi_token : ${{ steps.mint-token.outputs.api-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 : v3.3 .0
10+ rev : v3.4 .0
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 : 35.118 .0
51+ rev : 35.137 .0
5252 hooks :
5353 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==23.3.0
4- commitizen==3.3 .0
4+ commitizen==3.4 .0
55flake8==6.0.0
66isort==5.12.0
7- mypy==1.3 .0
7+ mypy==1.4 .0
88pylint==2.17.4
99pytest==7.3.2
1010responses==0.23.1
You can’t perform that action at this time.
0 commit comments