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 @@ -202,7 +202,7 @@ jobs:
202202 python3 -m build --sdist
203203 python3 -m build --wheel
204204 - name : " Create GitHub Release"
205- uses :
softprops/[email protected] .1 205+ uses :
softprops/[email protected] .2 206206 id : gh-release
207207 with :
208208 tag_name : " v${{ inputs.version }}"
Original file line number Diff line number Diff line change 2121 # - --remove-duplicate-keys
2222 # - --remove-unused-variables
2323 - repo : https://github.com/asottile/pyupgrade
24- rev : v3.21.0
24+ rev : v3.21.1
2525 hooks :
2626 - id : pyupgrade
2727 exclude : \.(po|pot|yml|yaml)$
3131 - id : isort
3232 exclude : \.(po|pot|yml|yaml)$
3333 - repo : https://github.com/psf/black-pre-commit-mirror
34- rev : 25.9 .0
34+ rev : 25.11 .0
3535 hooks :
3636 - id : black
3737 args : [--safe, --quiet]
Original file line number Diff line number Diff line change 11-r _.txt
22pylint~=3.3.8
33pytest~=8.4.1
4- pytest-asyncio~=1.2 .0
4+ pytest-asyncio~=1.3 .0
55# pytest-order~=1.0.1
66mypy~=1.18.1
77coverage~=7.10
8- pre-commit==4.3 .0
8+ pre-commit==4.4 .0
99codespell==2.4.1
1010bandit==1.8.6
1111flake8==7.3.0
You can’t perform that action at this time.
0 commit comments