diff --git a/pyproject.toml b/pyproject.toml index 37f2b6cf..9259163a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,10 @@ mypy = "1.19.0" bandit = "1.8.6" tomli = { version = "^2.0.1", python = "<3.11" } tox = "4.30.3" -pyupgrade = "3.21.0" +pyupgrade = [ + { version = "3.21.0", python = "<3.10" }, + { version = "3.21.2", python = ">=3.10" }, +] deptry = "0.23.1" # for tests, use the GPL-version of jsonschema format validators - they are faster jsonschema = { version = "*", extras = ["format"] }