diff --git a/custom/poetry.lock b/custom/poetry.lock index cc5ff4775..f04f5eb9c 100644 --- a/custom/poetry.lock +++ b/custom/poetry.lock @@ -1648,14 +1648,14 @@ testing = ["coverage (>=5.0)", "pytest", "pytest-cover"] [[package]] name = "webob" -version = "1.8.7" +version = "1.8.8" description = "WSGI request and response object" category = "main" 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] @@ -1874,4 +1874,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "229ad886a7e86c1a12d43e6a50ed6d491637ad54185cdb76da536cddf8a7c6ef" +content-hash = "447781ccf8a7d8955349ba37d6dafc63dbce82bf78d3c6760f4c144901a8b9ba" diff --git a/custom/pyproject.toml b/custom/pyproject.toml index 746116377..4f65102c8 100644 --- a/custom/pyproject.toml +++ b/custom/pyproject.toml @@ -34,8 +34,9 @@ idna = "3.7" mako = "1.2.4" oauthlib = "3.2.2" pygments = "2.15.1" -urllib3 = "1.26.19" -zipp = "3.19.2" +urllib3 = { version = "1.26.19", optional = true } +zipp = { version = "3.19.2", optional = true } +webob = { version = "1.8.8", optional = true } [tool.poetry.dev-dependencies]