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>
This commit is contained in:
dependabot[bot] 2022-06-25 11:52:39 +02:00 committed by GitHub
parent 76bfe8ceff
commit 24b4de9f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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$

View file

@ -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