From 8b93f0aee75403ab4e958ba81853eb5522e321ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Sep 2021 17:47:04 +0200 Subject: [PATCH] Bump pyupgrade from 2.28.1 to 2.29.0 (#3165) 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 473b9281e..1f7dbb7f1 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.1 + rev: v2.29.0 hooks: - id: pyupgrade args: [--py39-plus] diff --git a/requirements_tests.txt b/requirements_tests.txt index 3e516457c..3921a361b 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.1 +pyupgrade==2.29.0