From 24b4de9f10786698784e341b60fd24406331f000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jun 2022 11:52:39 +0200 Subject: [PATCH] Bump `pyupgrade` from 2.32.1 to 2.34.0 (#3096) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a49d1e492..5c0bf8fa5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: - cachetools~=5.2.0 - . # this basically does `pip install -e .` - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v2.34.0 hooks: - id: pyupgrade files: ^(telegram|examples|tests)/.*\.py$ diff --git a/requirements-dev.txt b/requirements-dev.txt index 9b1efa78c..93744d256 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ black==22.3.0 flake8==4.0.1 pylint==2.13.9 mypy==0.961 -pyupgrade==2.32.1 +pyupgrade==2.34.0 isort==5.10.1 pytest==7.1.2