diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a261686a8bd..e4bf6908e69 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: exclude_types: [csv, json] exclude: ^tests/fixtures/ - repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.1 + rev: 3.9.2 hooks: - id: flake8 additional_dependencies: diff --git a/requirements_test_pre_commit.txt b/requirements_test_pre_commit.txt index f874bb288f7..1d6af7f315a 100644 --- a/requirements_test_pre_commit.txt +++ b/requirements_test_pre_commit.txt @@ -6,7 +6,7 @@ codespell==2.0.0 flake8-comprehensions==3.4.0 flake8-docstrings==1.6.0 flake8-noqa==1.1.0 -flake8==3.9.1 +flake8==3.9.2 isort==5.8.0 mccabe==0.6.1 pycodestyle==2.7.0