diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 81533e79..085af262 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/flake8 - rev: 4.0.1 + rev: 5.0.4 hooks: - id: flake8 diff --git a/requirements-dev.txt b/requirements-dev.txt index 53f27c5e..f21216eb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ attrs==20.3.0 # via pytest distlib==0.3.1 # via virtualenv -django==4.0.6 +django==4.0.7 # via -r requirements-dev.in filelock==3.0.12 # via