From c6538d6fb9ee32c708f4220f80c1379b009870ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Oct 2025 19:02:47 +0000 Subject: [PATCH] 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](https://github.com/asottile/pyupgrade/compare/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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1310e01..337de299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ tomli = { version = "2.2.1", python = "<3.11" } tox = "4.30.2" xmldiff = "2.7.0" bandit = "1.8.6" -pyupgrade = "3.20.0" +pyupgrade = "3.21.0" deptry = "0.23.1" # for tests, use the GPL-version of jsonschema format validators - they are faster jsonschema = { version = "*", extras = ["format"], optional=true }