From 792428087c9bc184727ce2b17e6b6228e0f8b355 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 23:51:34 +0000 Subject: [PATCH] build(deps): 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: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 7758975..3fdf567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ test = [ "pytest==8.3.3", "pytest-cov==6.0.0", - "WebTest==3.0.1", + "WebTest==3.0.2", "ruff==0.8.0", ]