From d055d305bf0f5808edbc0fca71226025e3a30d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 17:41:33 +0000 Subject: [PATCH] chore(deps-dev): bump webtest from 3.0.1 to 3.0.2 Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.1 to 3.0.2. - [Commits](https://github.com/Pylons/webtest/compare/3.0.1...3.0.2) --- 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 559774ea0..003a5bbfc 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.2 ipdb==0.13.13 httmock==1.4.0 pytest==8.3.3