diff --git a/smdb/requirements/local.txt b/smdb/requirements/local.txt index 3c565e84..7de9c8bf 100644 --- a/smdb/requirements/local.txt +++ b/smdb/requirements/local.txt @@ -17,7 +17,7 @@ sphinx-autobuild==2021.3.14 # https://github.com/GaretJax/sphinx-autobuild # Code quality # ------------------------------------------------------------------------------ flake8==4.0.1 # https://github.com/PyCQA/flake8 -flake8-isort==4.0.0 # https://github.com/gforcada/flake8-isort +flake8-isort==4.1.1 # https://github.com/gforcada/flake8-isort coverage==6.0.2 # https://github.com/nedbat/coveragepy black==21.9b0 # https://github.com/ambv/black pylint-django==2.4.4 # https://github.com/PyCQA/pylint-django