Bump pytest from 4.0.2 to 4.1.0 in /{{cookiecutter.app_name}}

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.0.2 to 4.1.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.0.2...4.1.0)

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

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

Loading…
Cancel
Save