Skip to content

Commit

Permalink
⬆️ Bump webtest from 2.0.30 to 2.0.33 in /ksweb
Browse files Browse the repository at this point in the history
Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.30 to 2.0.33.
- [Release notes](https://github.com/Pylons/webtest/releases)
- [Commits](Pylons/webtest@2.0.30...2.0.33)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot-support committed Feb 11, 2019
1 parent 7537e87 commit 58337c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ksweb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
use_setuptools()
from setuptools import setup, find_packages

testpkgs = ["WebTest ==2.0.30", "nose", "coverage", "gearbox", "backlash", "pre-commit"]
testpkgs = ["WebTest ==2.0.33", "nose", "coverage", "gearbox", "backlash", "pre-commit"]

install_requires = [
"TurboGears2>=2.4.0a1",
Expand Down

0 comments on commit 58337c9

Please sign in to comment.