diff --git a/custom/poetry.lock b/custom/poetry.lock index 436968018..4501f0aac 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -2258,13 +2258,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] @@ -2445,4 +2445,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "04f00ccf4c5781b8ea8d5d7f8888d4109f17c1ab739e16df5986e3d41fe35027" +content-hash = "967ee8378517c9fe74a07b964f42bd687d81a1400f37276bcd9b1c7fa67618b4" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index abdf44304..182ba2ca6 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -34,6 +34,7 @@ azure-storage-blob = "12.20.0" azure-identity = "1.16.1" urllib3 = { version = "2.2.2", optional = true } certifi = { version = "2024.7.4", optional = true } +webob = { version = "1.8.8", optional = true } [tool.poetry.dev-dependencies] prospector = { version = "1.10.3", extras = ["with_bandit", "with_mypy"] }