From 68f8d83b128b199e6795583d5c4bc279a64d0cb1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 05:39:32 +0000 Subject: [PATCH] Bump webtest from 2.0.34 to 2.0.35 Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.34 to 2.0.35. - [Release notes](https://github.com/Pylons/webtest/releases) - [Commits](https://github.com/Pylons/webtest/compare/2.0.34...2.0.35) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80ae8d2e..3dc116a1 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "tests": [ "pytest", 'mock; python_version == "3.5"', - "webtest==2.0.34", + "webtest==2.0.35", "webtest-aiohttp==2.0.0", "pytest-aiohttp>=0.3.0", ]