From 612d4f950b8f93d94a2406fff3a4d776673fdcec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jan 2022 16:14:24 +0100 Subject: [PATCH] Bump pyupgrade from 2.30.0 to 2.31.0 (#3390) 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 33ec2ebf7..603b178db 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: v2.30.0 + rev: v2.31.0 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index 7160911a9..fa530af81 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -11,4 +11,4 @@ pytest-asyncio==0.12.0 # NB!: Versions over 0.12.0 breaks pytest-aiohttp (https: pytest-cov==3.0.0 pytest-timeout==2.0.2 pytest==6.2.5 -pyupgrade==2.30.0 +pyupgrade==2.31.0