From 580a486bf53b8b4777b7a2d346df1832fc93b9ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 17:01:01 +0000 Subject: [PATCH] Bump webtest from 3.0.4 to 3.0.7 Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.4 to 3.0.7. - [Commits](https://github.com/Pylons/webtest/compare/3.0.4...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] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index ca98ed516..1db9d5b73 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ flake8==7.2.0 pep8-naming==0.14.1 -WebTest==3.0.4 +WebTest==3.0.7 ipdb==0.13.13 httmock==1.4.0 pytest~=8.3.5