From 83eee4da0ca7da07625ccce27e4389136233f548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 11:32:25 +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 edc65b0..f0dffca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ flake8-isort = "6.1.1" flake8-quotes = "3.4.0" flake8-use-fstring = "1.4" flake8-logging = "1.6.0" -pyupgrade = { version="3.20.0", python=">=3.9" } +pyupgrade = { version="3.21.0", python=">=3.9" }