diff --git a/pyproject.toml b/pyproject.toml index c1310e01..337de299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ tomli = { version = "2.2.1", python = "<3.11" } tox = "4.30.2" xmldiff = "2.7.0" bandit = "1.8.6" -pyupgrade = "3.20.0" +pyupgrade = "3.21.0" deptry = "0.23.1" # for tests, use the GPL-version of jsonschema format validators - they are faster jsonschema = { version = "*", extras = ["format"], optional=true }