Bump pytest from 4.4.2 to 4.5.0 in /{{cookiecutter.app_name}}

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.4.2 to 4.5.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/4.4.2...4.5.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
master
dependabot[bot] 5 years ago committed by dependabot[bot]
parent 5b5d7ba6a0
commit 5a34f40efd
  1. 2
      {{cookiecutter.app_name}}/Pipfile

@ -45,7 +45,7 @@ environs = "==4.1.2"
[dev-packages]
# Testing
pytest = "==4.4.2"
pytest = "==4.5.0"
WebTest = "==2.0.33"
factory-boy = "==2.11.*"

Loading…
Cancel
Save