From bc006ceb5ac89fa0a96a3adafdbb31710e95a7d7 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 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 f8a6a95..9670754 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -146,7 +146,7 @@ virtualenv==20.26.2 # via pre-commit waitress==3.0.0 # via webtest -webob==1.8.7 +webob==1.8.8 # via # pyramid # webtest diff --git a/requirements.txt b/requirements.txt index 445087a..60df724 100644 --- a/requirements.txt +++ b/requirements.txt @@ -33,7 +33,7 @@ urllib3==2.2.2 # via requests venusian==3.1.0 # via pyramid -webob==1.8.7 +webob==1.8.8 # via pyramid zope-deprecation==5.0 # via pyramid