From 49a850d52faac02425f4cd28b5cbf1e05afdf2d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 01:49:35 +0000 Subject: [PATCH] Bump webtest from 3.0.4 to 3.0.6 Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.4 to 3.0.6. - [Commits](https://github.com/Pylons/webtest/compare/3.0.4...3.0.6) --- updated-dependencies: - dependency-name: webtest dependency-version: 3.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8940f06c..3a1deff0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ tests = [ "webargs[frameworks]", "pytest", "pytest-asyncio", - "webtest==3.0.4", + "webtest==3.0.6", "webtest-aiohttp==2.0.0", "pytest-aiohttp>=0.3.0", "packaging>=17.0",