Bump webtest from 2.0.32 to 2.0.33 in /{{cookiecutter.app_name}}

Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.32 to 2.0.33.
- [Release notes](https://github.com/Pylons/webtest/releases)
- [Commits](https://github.com/Pylons/webtest/compare/2.0.32...2.0.33)

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

@ -46,7 +46,7 @@ environs = "==4.1.0"
[dev-packages] [dev-packages]
# Testing # Testing
pytest = "==4.2.0" pytest = "==4.2.0"
WebTest = "==2.0.32" WebTest = "==2.0.33"
factory-boy = "==2.11.*" factory-boy = "==2.11.*"
# Lint and code style # Lint and code style

Loading…
Cancel
Save