From 8c0080c4226e85546ff5e2d707b3f46c70238952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:15:26 +0000 Subject: [PATCH] Update dependency webob to v1.8.9 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5cbb24977..327abc4a8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3117,13 +3117,13 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] [[package]] name = "webob" -version = "1.8.8" +version = "1.8.9" description = "WSGI request and response object" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "WebOb-1.8.8-py2.py3-none-any.whl", hash = "sha256:b60ba63f05c0cf61e086a10c3781a41fcfe30027753a8ae6d819c77592ce83ea"}, - {file = "webob-1.8.8.tar.gz", hash = "sha256:2abc1555e118fc251e705fc6dc66c7f5353bb9fbfab6d20e22f1c02b4b71bcee"}, + {file = "WebOb-1.8.9-py2.py3-none-any.whl", hash = "sha256:45e34c58ed0c7e2ecd238ffd34432487ff13d9ad459ddfd77895e67abba7c1f9"}, + {file = "webob-1.8.9.tar.gz", hash = "sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589"}, ] [package.extras] @@ -3303,4 +3303,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.12" -content-hash = "9723967858b4bb145310b445c4929f6feba4ec112582a31c9863568a2ce32019" +content-hash = "c317ac618319c6146dd35cf1fbb84e6a24157e06bc41b58cf30394e59290a1a7" diff --git a/pyproject.toml b/pyproject.toml index 314c3129c..b787f2bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ pillow = { version = "10.3.0", optional = true } requests = { version = "2.32.3", optional = true } urllib3 = { version = "1.26.20", optional = true } sentry-sdk = "2.8.0" -webob = "1.8.8" +webob = "1.8.9" [tool.poetry.dev-dependencies] prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }