Merge pull request #397 from sloria/dependabot/pip/{{cookiecutter.app_name}}/pytest-4.0.0

Bump pytest from 3.10.1 to 4.0.0 in /{{cookiecutter.app_name}}
master
Steven Loria 6 years ago committed by GitHub
commit df9f32e041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -45,7 +45,7 @@ environs = "==4.0.0"
[dev-packages]
# Testing
pytest = "==3.10.1"
pytest = "==4.0.0"
WebTest = "==2.0.32"
factory-boy = "==2.11.*"

Loading…
Cancel
Save