From b232f3e53add00839375b8e1e2795ad15d8503a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 01:48:37 +0000 Subject: [PATCH] Bump webtest from 3.0.2 to 3.0.3 Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.2 to 3.0.3. - [Commits](https://github.com/Pylons/webtest/compare/3.0.2...3.0.3) --- updated-dependencies: - dependency-name: webtest 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 0e4158c7..1e150116 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "webargs[frameworks]", "pytest", "pytest-asyncio", - "webtest==3.0.2", + "webtest==3.0.3", "webtest-aiohttp==2.0.0", "pytest-aiohttp>=0.3.0", "packaging>=17.0",