Skip to content

Commit c6538d6

Browse files
chore(deps-dev): update pyupgrade requirement from 3.20.0 to 3.21.0
Updates the requirements on [pyupgrade](https://github.com/asottile/pyupgrade) to permit the latest version. - [Commits](asottile/pyupgrade@v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: pyupgrade dependency-version: 3.21.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92398a2 commit c6538d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ tomli = { version = "2.2.1", python = "<3.11" }
100100
tox = "4.30.2"
101101
xmldiff = "2.7.0"
102102
bandit = "1.8.6"
103-
pyupgrade = "3.20.0"
103+
pyupgrade = "3.21.0"
104104
deptry = "0.23.1"
105105
# for tests, use the GPL-version of jsonschema format validators - they are faster
106106
jsonschema = { version = "*", extras = ["format"], optional=true }

0 commit comments

Comments
 (0)