diff --git a/poetry.lock b/poetry.lock index 7559c8d51..c01bbb7a2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3107,13 +3107,13 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cover"] [[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] @@ -3293,4 +3293,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "aca038bf87a2b41c693d3bc663cd1ac8c2f2973a41fb678b754ab7b3f305562b" +content-hash = "645479566ece73df45a83e4564a14c56310319374034877372328a2605dfa8a5" diff --git a/pyproject.toml b/pyproject.toml index fde69a825..6b02af3ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,7 @@ gunicorn = "22.0.0" requests = "2.32.3" azure-identity = "1.16.1" sentry-sdk = "2.8.0" +webob = "1.8.8" [tool.poetry.dev-dependencies] prospector = { extras = ["with_mypy", "with_bandit", "with_pyroma"], version = "1.10.3" }