From 26f9ec4a7d251c62c643ac398ee8a023912fc211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 17:49:12 +0000 Subject: [PATCH] build(deps): bump webob from 1.2b3 to 1.8.8 Bumps [webob](https://github.com/Pylons/webob) from 1.2b3 to 1.8.8. - [Changelog](https://github.com/Pylons/webob/blob/main/CHANGES.txt) - [Commits](https://github.com/Pylons/webob/commits/1.8.8) --- updated-dependencies: - dependency-name: webob dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1423100..3734077 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ ], # don't include webob, just mark as dependency install_requires=[ - 'webob==1.2b3', + 'webob==1.8.8', ], license="MPL 2.0", url="https://github.com/jordanh/cp4pc",