Bump pytest from 3.10.1 to 4.0.0 in /{{cookiecutter.app_name}}

Bumps [pytest](https://github.com/pytest-dev/pytest) from 3.10.1 to 4.0.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/3.10.1...4.0.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 6 years ago
parent 84a3dfbe5e
commit c459ef8258
No known key found for this signature in database
GPG Key ID: 4C0F2888C98CF331
  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