From 54778d2745d7af6a4cac82b62aa08c32a9009781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 14:48:32 +0000 Subject: [PATCH] Bump webob from 1.8.9 to 1.8.10 Bumps [webob](https://github.com/Pylons/webob) from 1.8.9 to 1.8.10. - [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/compare/1.8.9...1.8.10) --- updated-dependencies: - dependency-name: webob dependency-version: 1.8.10 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d77c7a8..75eef07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -176,7 +176,7 @@ venusian==3.1.1 # via pyramid waitress==3.0.2 # via devpi-server -webob==1.8.9 +webob==1.8.10 # via pyramid zipp==3.21.0 # via importlib-metadata