From 3a7bad8a7a395267221d1aa80b87cd25995b3391 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Mon, 22 Dec 2025 11:54:06 +0100 Subject: [PATCH] chore(deps): Update pyupgrade version to 3.21.2 Signed-off-by: Jan Kowalleck --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"] }