Skip to content

Commit 17a3198

Browse files
jkowalleckjkugler
authored andcommitted
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> Signed-off-by: Joshua Kugler <tek30584@adobe.com>
1 parent cbe2138 commit 17a3198

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,10 @@ tomli = { version = "2.3.0", python = "<3.11" }
103103
tox = "4.30.3"
104104
xmldiff = "2.7.0"
105105
bandit = "1.8.6"
106-
pyupgrade = "3.21.0"
106+
pyupgrade = [
107+
{ version = "3.21.0", python = "<3.10" },
108+
{ version = "3.21.2", python = ">=3.10" },
109+
]
107110
deptry = "0.23.1"
108111
# for tests, use the GPL-version of jsonschema format validators - they are faster
109112
jsonschema = { version = "*", extras = ["format"], optional=true }

0 commit comments

Comments
 (0)