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.2 .0
24+ uses : python-semantic-release/python-semantic-release@v10.3 .0
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.2 .0
35+ uses : python-semantic-release/publish-action@v10.3 .0
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 3232 - requests-toolbelt==1.0.0
3333 files : ' gitlab/'
3434 - repo : https://github.com/pre-commit/mirrors-mypy
35- rev : v1.17.0
35+ rev : v1.17.1
3636 hooks :
3737 - id : mypy
3838 args : []
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ black==25.1.0
44commitizen==4.8.3
55flake8==7.3.0
66isort==6.0.1
7- mypy==1.17.0
7+ mypy==1.17.1
88pylint==3.3.7
99pytest==8.4.1
1010responses==0.25.7
1111respx==0.22.0
1212types-PyYAML==6.0.12.20250516
1313types-requests==2.32.4.20250611
14- types-setuptools==80.9.0.20250529
14+ types-setuptools==80.9.0.20250801
Original file line number Diff line number Diff line change 11-r requirements.txt
22anyio==4.9.0
3- build==1.2.2.post1
4- coverage==7.10.1
3+ build==1.3.0
4+ coverage==7.10.2
55pytest-console-scripts==1.4.1
66pytest-cov==6.2.1
77pytest-github-actions-annotate-failures==0.3.0
You can’t perform that action at this time.
0 commit comments