From e4fbb5e2033f680455534fc0c33af9b96d56a36e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:51:37 +0000 Subject: [PATCH] Bump webob from 1.8.7 to 1.8.8 in /requirements Bumps [webob](https://github.com/Pylons/webob) from 1.8.7 to 1.8.8. - [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/compare/1.8.7...1.8.8) --- updated-dependencies: - dependency-name: webob dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 37869ec..a6b2507 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -11,7 +11,7 @@ django_coverage_plugin==3.1.0 # Used in local testing WebTest==3.0.0 beautifulsoup4==4.12.3 -WebOb==1.8.7 +WebOb==1.8.8 responses==0.25.0 # Used to help with Django related debugging