From e6fa65f8be32ee21a4222c7c02cda2f6fdbbe101 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 06:43:26 +0000 Subject: [PATCH] chore: Update pyupgrade requirement from ~=3.3 to ~=3.10 Updates the requirements on [pyupgrade](https://github.com/asottile/pyupgrade) to permit the latest version. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.10.1) --- updated-dependencies: - dependency-name: pyupgrade dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3dfa7e77..0e525f1f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,4 +11,4 @@ pytest~=7.4 pytest-cov~=4.1 pytest-dotenv~=0.5 pytest-xdist~=3.3 -pyupgrade~=3.3 +pyupgrade~=3.10