From eb1f5554bb6710bdace1b6f79936bd6a7a4b5333 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 09:31:42 +0000 Subject: [PATCH] chore(deps-dev): bump webtest from 3.0.1 to 3.0.3 Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.1 to 3.0.3. - [Commits](https://github.com/Pylons/webtest/compare/3.0.1...3.0.3) --- updated-dependencies: - dependency-name: webtest 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 1389992e0..1d3c90197 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ flake8==7.1.1 pep8-naming==0.14.1 -WebTest==3.0.1 +WebTest==3.0.3 ipdb==0.13.13 httmock==1.4.0 pytest==8.3.4