From e6523ee962d0bbf6c1b2d50b8cab8d281bf537b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 07:11:08 +0000 Subject: [PATCH] chore: Update pyupgrade requirement from ~=3.11 to ~=3.13 Updates the requirements on [pyupgrade](https://github.com/asottile/pyupgrade) to permit the latest version. - [Commits](https://github.com/asottile/pyupgrade/compare/v3.11.0...v3.13.0) --- 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 c7980f80..f2e5ad08 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -12,4 +12,4 @@ pytest~=7.4 pytest-cov~=4.1 pytest-dotenv~=0.5 pytest-xdist~=3.3 -pyupgrade~=3.11 +pyupgrade~=3.13