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

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.0 to 4.0.1.
- [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.0.0...4.0.1)

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

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

Loading…
Cancel
Save