From 4c69c7206eb0fda4c86729f9f16b360aaf9d07c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 13:22:58 +0200 Subject: [PATCH] Bump pyupgrade from 3.3.2 to 3.4.0 (#4285) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Franck Nijhof --- .pre-commit-config.yaml | 2 +- requirements_tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d702964ae..e3d96493e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: hooks: - id: isort - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.4.0 hooks: - id: pyupgrade args: [--py310-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index a80312f38..b33cba9ee 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -10,7 +10,7 @@ pytest-asyncio==0.18.3 pytest-cov==4.0.0 pytest-timeout==2.1.0 pytest==7.3.1 -pyupgrade==3.3.2 +pyupgrade==3.4.0 time-machine==2.9.0 typing_extensions==4.5.0 urllib3==1.26.15