Skip to content

Commit fda79c0

Browse files
authored
chore(deps): Update pyupgrade version to 3.21.2 (#930)
might fix https://github.com/CycloneDX/cyclonedx-python-lib/actions/runs/20417619990/job/58663570418#step:6:193 --------- Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 944beb3 commit fda79c0

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
@@ -102,7 +102,10 @@ tomli = { version = "2.3.0", python = "<3.11" }
102102
tox = "4.30.3"
103103
xmldiff = "2.7.0"
104104
bandit = "1.8.6"
105-
pyupgrade = "3.21.0"
105+
pyupgrade = [
106+
{ version = "3.21.0", python = "<3.10" },
107+
{ version = "3.21.2", python = ">=3.10" },
108+
]
106109
deptry = "0.23.1"
107110
# for tests, use the GPL-version of jsonschema format validators - they are faster
108111
jsonschema = { version = "*", extras = ["format"], optional=true }

0 commit comments

Comments
 (0)