From 75839eba11e0ac5f8504ab70ee54aafb09655e6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 17:45:45 -0400 Subject: [PATCH] Bump webtest from 3.0.0 to 3.0.1 (#971) Bumps [webtest](https://github.com/Pylons/webtest) from 3.0.0 to 3.0.1. - [Commits](https://github.com/Pylons/webtest/compare/3.0.0...3.0.1) --- updated-dependencies: - dependency-name: webtest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 23bf9617..aec5a3c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "webargs[frameworks]", "pytest", "pytest-asyncio", - "webtest==3.0.0", + "webtest==3.0.1", "webtest-aiohttp==2.0.0", "pytest-aiohttp>=0.3.0", ]