diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d9efd244b..db078ad92 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -63,7 +63,7 @@ repos: - cachetools~=5.0.0 - . # this basically does `pip install -e .` - repo: https://github.com/asottile/pyupgrade - rev: v2.32.0 + rev: v2.32.1 hooks: - id: pyupgrade files: ^(telegram|examples|tests)/.*\.py$ diff --git a/requirements-dev.txt b/requirements-dev.txt index ca81e6a47..5de4ab2f2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,7 +7,7 @@ black==22.3.0 flake8==4.0.1 pylint==2.13.8 mypy==0.950 -pyupgrade==2.32.0 +pyupgrade==2.32.1 isort==5.10.1 pytest==7.1.2