From db8815b38a5bbcb9fbde88446d5b7fffc34138f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 21:34:06 +0000 Subject: [PATCH] Bump webtest from 3.0.6 to 3.0.7 in /requirements Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.6 to 3.0.7. - [Commits](https://github.com/Pylons/webtest/compare/3.0.6...3.0.7) --- updated-dependencies: - dependency-name: webtest dependency-version: 3.0.7 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index df10e4b..e6169c5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -4,7 +4,7 @@ # Testing pytest==8.4.2 pytest-cov==7.0.0 -WebTest==3.0.6 +WebTest==3.0.7 requests-mock==1.12.1 pytest-mock==3.15.1