From ac56f1511f234bdffc10f40cc3e025d5aa0e56fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 10:46:40 +0100 Subject: [PATCH] Bump pyupgrade from 3.2.2 to 3.3.1 (#4041) 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 285709724..37b70ae6c 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.2.2 + rev: v3.3.1 hooks: - id: pyupgrade args: [--py310-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index 3a779ae63..c58327bdf 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -11,5 +11,5 @@ pytest-asyncio==0.18.3 pytest-cov==4.0.0 pytest-timeout==2.1.0 pytest==7.2.0 -pyupgrade==3.2.2 +pyupgrade==3.3.1 time-machine==2.8.2