Skip to content

Commit b198027

Browse files
authored
chore(deps): Update pyupgrade version to 3.21.2 (#1010)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 9042276 commit b198027

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,10 @@ mypy = "1.19.1"
9696
bandit = "1.8.6"
9797
tomli = { version = "^2.0.1", python = "<3.11" }
9898
tox = "4.30.3"
99-
pyupgrade = "3.21.0"
99+
pyupgrade = [
100+
{ version = "3.21.0", python = "<3.10" },
101+
{ version = "3.21.2", python = ">=3.10" },
102+
]
100103
deptry = "0.23.1"
101104
# for tests, use the GPL-version of jsonschema format validators - they are faster
102105
jsonschema = { version = "*", extras = ["format"] }

0 commit comments

Comments
 (0)