From 58dc9b5f8cb564b06476aae7c6b0331d56a26597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Mar 2022 04:26:41 +0000 Subject: [PATCH] build(deps): bump webtest from 2.0.35 to 3.0.0 Bumps [webtest](https://github.com/Pylons/webtest) from 2.0.35 to 3.0.0. - [Release notes](https://github.com/Pylons/webtest/releases) - [Commits](https://github.com/Pylons/webtest/compare/2.0.35...3.0.0) --- updated-dependencies: - dependency-name: webtest dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tox-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox-requirements.txt b/tox-requirements.txt index 2696a2ba..515d74ed 100644 --- a/tox-requirements.txt +++ b/tox-requirements.txt @@ -2,7 +2,7 @@ coverage==5.3.1 cryptography==36.0.2 pytest==7.0.1 -WebTest==2.0.35 +WebTest==3.0.0 Flask tornado responses==0.12.1