We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce3fe7f + e18d377 commit f7204ffCopy full SHA for f7204ff
.github/workflows/release.yml
@@ -1,8 +1,6 @@
1
name: Release
2
3
on:
4
- push:
5
- branches: [ 'main', 'master' ]
6
workflow_dispatch:
7
inputs:
8
release_force:
pyproject.toml
@@ -95,9 +95,9 @@ flake8-use-fstring = "1.4"
95
pep8-naming = "0.14.1"
96
isort = "5.13.2"
97
autopep8 = "2.3.1"
98
-mypy = "1.12.0"
+mypy = "1.13.0"
99
tomli = { version = "2.0.2", python = "<3.11" }
100
-tox = "4.23.0"
+tox = "4.23.2"
101
xmldiff = "2.7.0"
102
bandit = "1.7.10"
103
0 commit comments