We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec569e2 + e18d377 commit 78b28c7Copy full SHA for 78b28c7
.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
@@ -94,9 +94,9 @@ flake8-use-fstring = "1.4"
94
pep8-naming = "0.14.1"
95
isort = "5.13.2"
96
autopep8 = "2.3.1"
97
-mypy = "1.12.0"
+mypy = "1.13.0"
98
tomli = { version = "2.0.2", python = "<3.11" }
99
-tox = "4.23.0"
+tox = "4.23.2"
100
xmldiff = "2.7.0"
101
bandit = "1.7.10"
102
0 commit comments