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.
1 parent 9042276 commit b198027Copy full SHA for b198027
pyproject.toml
@@ -96,7 +96,10 @@ mypy = "1.19.1"
96
bandit = "1.8.6"
97
tomli = { version = "^2.0.1", python = "<3.11" }
98
tox = "4.30.3"
99
-pyupgrade = "3.21.0"
+pyupgrade = [
100
+ { version = "3.21.0", python = "<3.10" },
101
+ { version = "3.21.2", python = ">=3.10" },
102
+]
103
deptry = "0.23.1"
104
# for tests, use the GPL-version of jsonschema format validators - they are faster
105
jsonschema = { version = "*", extras = ["format"] }
0 commit comments