From 32266e72cffcb2b63ec8427fec1b9a4592471d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 15:02:42 +0000 Subject: [PATCH] Bump webob from 1.7.1 to 1.8.10 Bumps [webob](https://github.com/Pylons/webob) from 1.7.1 to 1.8.10. - [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/compare/1.7.1...1.8.10) --- updated-dependencies: - dependency-name: webob dependency-version: 1.8.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lower-constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 7dffb8e..42568be 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -79,6 +79,6 @@ unittest2==1.1.0 urllib3==1.22 voluptuous==0.11.1 waitress==1.1.0 -WebOb==1.7.1 +WebOb==1.8.10 WebTest==2.0.27 wrapt==1.10.11 diff --git a/requirements.txt b/requirements.txt index 937984f..593af6e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,4 @@ pycadf!=2.0.0,>=1.1.0 # Apache-2.0 pytz>=2018.3 # MIT - required for pycadf UTC timezone fix PyYAML requests>=2.14.2 # Apache-2.0 -WebOb>=1.7.1 # MIT \ No newline at end of file +WebOb>=1.8.10 # MIT \ No newline at end of file