From f62a301a1916589b4f085de11d4c758eaad4c29d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:51:41 +0000 Subject: [PATCH] Bump webob from 1.8.7 to 1.8.8 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-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 442684e2..1e33de51 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -293,7 +293,7 @@ webencodings==0.5.1 # via # bleach # html5lib -webob==1.8.7 +webob==1.8.8 # via # pyramid # webtest diff --git a/requirements.txt b/requirements.txt index 40e9e22d..d4f74383 100644 --- a/requirements.txt +++ b/requirements.txt @@ -201,7 +201,7 @@ webencodings==0.5.1 # via # bleach # html5lib -webob==1.8.7 +webob==1.8.8 # via pyramid werkzeug==3.0.3 # via openapi-core