diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db078ad92..6a06e9dae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/PyCQA/pylint - rev: v2.13.8 + rev: v2.13.9 hooks: - id: pylint files: ^(telegram|examples)/.*\.py$ diff --git a/requirements-dev.txt b/requirements-dev.txt index 5de4ab2f2..5cd0fa698 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -5,7 +5,7 @@ pre-commit # Make sure that the versions specified here match the pre-commit settings! black==22.3.0 flake8==4.0.1 -pylint==2.13.8 +pylint==2.13.9 mypy==0.950 pyupgrade==2.32.1 isort==5.10.1