File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
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.4.0
24+ uses : python-semantic-release/python-semantic-release@v10.4.1
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.0
35+ uses : python-semantic-release/publish-action@v10.4.1
3636 if : steps.release.outputs.released == 'true'
3737 with :
3838 github_token : ${{ secrets.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.8.4
10+ rev : v4.9.1
1111 hooks :
1212 - id : commitizen
1313 stages : [commit-msg]
3232 - requests-toolbelt==1.0.0
3333 files : ' gitlab/'
3434 - repo : https://github.com/pre-commit/mirrors-mypy
35- rev : v1.17 .1
35+ rev : v1.18 .1
3636 hooks :
3737 - id : mypy
3838 args : []
5151 - id : rst-directive-colons
5252 - id : rst-inline-touching-normal
5353 - repo : https://github.com/maxbrunet/pre-commit-renovate
54- rev : 41.97.10
54+ rev : 41.113.3
5555 hooks :
5656 - id : renovate-config-validator
Original file line number Diff line number Diff line change 11-r requirements.txt
22argcomplete==2.0.0
33black==25.1.0
4- commitizen==4.8.4
4+ commitizen==4.9.1
55flake8==7.3.0
66isort==6.0.1
7- mypy==1.17 .1
7+ mypy==1.18 .1
88pylint==3.3.8
99pytest==8.4.2
1010responses==0.25.8
1111respx==0.22.0
1212types-PyYAML==6.0.12.20250822
13- types-requests==2.32.4.20250809
13+ types-requests==2.32.4.20250913
1414types-setuptools==80.9.0.20250822
Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ pytest==8.4.2
99PyYaml==6.0.2
1010responses==0.25.8
1111respx==0.22.0
12- trio==0.30 .0
12+ trio==0.31 .0
1313wheel==0.45.1
You can’t perform that action at this time.
0 commit comments