File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.3
24+ uses : python-semantic-release/python-semantic-release@v10.6.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.5.3
35+ uses : python-semantic-release/publish-action@v10.6.1
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 1717 stale :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/stale@v10.3 .0
20+ - uses : actions/stale@v10.4 .0
2121 with :
2222 operations-per-run : 500
2323 stale-issue-label : " stale"
Original file line number Diff line number Diff line change 3232 - requests-toolbelt==1.0.0
3333 files : ' gitlab/'
3434 - repo : https://github.com/pre-commit/mirrors-mypy
35- rev : v2.1 .0
35+ rev : v2.2 .0
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 : 43.247.0
54+ rev : 43.259.2
5555 hooks :
5656 - id : renovate-config-validator
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ black==26.5.1
44commitizen==4.16.4
55flake8==7.3.0
66isort==8.0.1
7- mypy==2.1 .0
7+ mypy==2.2 .0
88pylint==4.0.6
99pytest==9.1.1
10- responses==0.26.1
10+ responses==0.26.2
1111respx==0.23.1
1212types-PyYAML==6.0.12.20260518
13- types-requests==2.33.0.20260518
13+ types-requests==2.33.0.20260712
1414types-setuptools==82.0.0.20260518
Original file line number Diff line number Diff line change 11-r requirements.txt
22anyio==4.14.1
3- build==1.5.0
4- coverage==7.14.3
3+ build==1.5.1
4+ coverage==7.15.0
55pytest-console-scripts==1.4.1
66pytest-cov==7.1.0
77pytest-github-actions-annotate-failures==0.4.2
88pytest==9.1.1
99PyYaml==6.0.3
10- responses==0.26.1
10+ responses==0.26.2
1111respx==0.23.1
1212trio==0.33.0
1313wheel==0.47.0
You can’t perform that action at this time.
0 commit comments