Merge pull request #510 from cookiecutter-flask/dependabot/pip/{{cookiecutter.app_name}}/isort-4.3.21

Bump isort from 4.3.20 to 4.3.21 in /{{cookiecutter.app_name}}
master
James Curtin 5 years ago committed by GitHub
commit 8737f76e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -55,5 +55,5 @@ flake8-blind-except = "==0.1.1"
flake8-debugger = "==3.1.0"
flake8-docstrings = "==1.3.0"
flake8-isort = "==2.7.0"
isort = "==4.3.20"
isort = "==4.3.21"
pep8-naming = "==0.8.2"

Loading…
Cancel
Save