From 4b15945ca128e1f7ed2205382bceac1397635f37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:43:00 +0200 Subject: [PATCH] Bump pyupgrade from 2.28.0 to 2.28.1 (#3160) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Vizeli --- .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 2a44495c8..473b9281e 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.28.0 + rev: v2.28.1 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index 35ca479d6..3e516457c 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==2.12.1 pytest-timeout==1.4.2 pytest==6.2.5 -pyupgrade==2.28.0 +pyupgrade==2.28.1