diff --git a/poetry.lock b/poetry.lock index a14867d2..c053d7c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2362,13 +2362,13 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cov"] [[package]] name = "webob" -version = "1.8.7" +version = "1.8.8" description = "WSGI request and response object" optional = false -python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" files = [ - {file = "WebOb-1.8.7-py2.py3-none-any.whl", hash = "sha256:73aae30359291c14fa3b956f8b5ca31960e420c28c1bec002547fb04928cf89b"}, - {file = "WebOb-1.8.7.tar.gz", hash = "sha256:b64ef5141be559cfade448f044fa45c2260351edcb6a8ef6b7e00c7dcef0c323"}, + {file = "WebOb-1.8.8-py2.py3-none-any.whl", hash = "sha256:b60ba63f05c0cf61e086a10c3781a41fcfe30027753a8ae6d819c77592ce83ea"}, + {file = "webob-1.8.8.tar.gz", hash = "sha256:2abc1555e118fc251e705fc6dc66c7f5353bb9fbfab6d20e22f1c02b4b71bcee"}, ] [package.extras] @@ -2588,4 +2588,4 @@ psycopg2-binary = ["psycopg2-binary"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "7a0199a766ce0173bd317cc9074097f9c516c8c5a88b5f5029ff723fa3c1b9c4" +content-hash = "1d833e92f6631121a8a8e2b0513c827741e951d3a2d1b22d9ddee5f435bb3453" diff --git a/pyproject.toml b/pyproject.toml index b968697a..a9d0f912 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ zope-sqlalchemy = "3.1" requests = "2.32.3" urllib3 = "2.2.2" certifi = "2024.7.4" +webob = "1.8.8" [tool.poetry.group.dev.dependencies] prospector = { version = "1.10.3", extras = [