diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 059a149..dcdbe64 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -132,7 +132,7 @@ repos: files: \.env* exclude: .envrc - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.4.0 + rev: v4.0.1 hooks: - id: check-added-large-files - id: check-ast diff --git a/setup.cfg b/setup.cfg index cbde497..a1b699b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -67,20 +67,20 @@ test = flake8-fixme==1.1.1 flake8==3.9.2 importlib-metadata==4.0.1 - interrogate==1.3.2 + interrogate==1.4.0 isort==5.8.0 mypy==0.812 pep8-naming==0.11.1 pip-outdated==0.4.0 polint==0.4 - pre-commit-hooks==3.4.0 + pre-commit-hooks==4.0.1 pre-commit==2.12.1 pygments==2.9.0 pylint-django==2.4.4 pylint==2.8.2 pyroma==3.1 - pytest-cov==2.11.1 - pytest-django==4.2.0 + pytest-cov==2.12.0 + pytest-django==4.3.0 pytest-extra-durations==0.1.3 pytest-instafail==0.4.2 pytest-sugar==0.9.4