From 836f5c047f24f188c8cb9112a430b386b4306cee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:49:58 +0000 Subject: [PATCH] Bump webob from 1.8.6 to 1.8.8 Bumps [webob](https://github.com/Pylons/webob) from 1.8.6 to 1.8.8. - [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/compare/1.8.6...1.8.8) --- updated-dependencies: - dependency-name: webob dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index af68e490402..a3eaaae2226 100644 --- a/requirements.txt +++ b/requirements.txt @@ -84,7 +84,7 @@ urllib3==1.25.11 venusian==3.0.0 waitress==1.4.3 wcwidth==0.2.5 -WebOb==1.8.6 +WebOb==1.8.8 WebTest==2.0.35 Werkzeug==2.0.2 WSGIProxy2==0.4.6 diff --git a/setup.py b/setup.py index b31c9017613..e79a683caef 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ "Pillow==7.0.0", "SQLAlchemy==1.3.13", "WSGIProxy2==0.4.6", - "WebOb==1.8.6", + "WebOb==1.8.8", "WebTest==2.0.35", "alembic==1.4.0", "boto3==1.11.9",