diff --git a/requirements-dev.txt b/requirements-dev.txt index f5d3291..6e93bb2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ # install the current package in editable mode # pip install -e . -pre-commit==2.7.1 # run 'pre-commit install' initially to install the git hooks +pre-commit==3.2.0 # run 'pre-commit install' initially to install the git hooks pytest==6.1.1 pytest-cov==2.10.1 pytest-randomly==3.4.1