From 46ea88244bc0abaff5d748f8d8923aa23cf617b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:22:39 -0600 Subject: [PATCH] Bump webtest from 3.0.1 to 3.0.2 (#984) 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: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 064d47af..67d97388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ tests = [ "webargs[frameworks]", "pytest", "pytest-asyncio", - "webtest==3.0.1", + "webtest==3.0.2", "webtest-aiohttp==2.0.0", "pytest-aiohttp>=0.3.0", ]