Skip to content

Commit 62c8ffe

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] <[email protected]>
1 parent 3737c5c commit 62c8ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ mypy = "1.18.2"
9494
bandit = "1.8.6"
9595
tomli = { version = "^2.0.1", python = "<3.11" }
9696
tox = "4.30.3"
97-
pyupgrade = "3.20.0"
97+
pyupgrade = "3.21.0"
9898
deptry = "0.23.1"
9999
# for tests, use the GPL-version of jsonschema format validators - they are faster
100100
jsonschema = { version = "*", extras = ["format"] }

0 commit comments

Comments
 (0)