Merge pull request #511 from cookiecutter-flask/dependabot/pip/{{cookiecutter.app_name}}/pytest-5.0.0

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

@ -43,7 +43,7 @@ environs = "==4.2.0"
[dev-packages]
# Testing
pytest = "==4.6.3"
pytest = "==5.0.0"
WebTest = "==2.0.33"
factory-boy = "==2.12.*"
pdbpp = "==0.10.0"

Loading…
Cancel
Save