From 3478cba7a943a5af366e83247ff29050717d196e Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 20:20:24 +0000 Subject: [PATCH] Audit Snyk check/fix 1.17 --- poetry.lock | 10 +++++----- pyproject.toml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4304bf1b..b109abb78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2373,13 +2373,13 @@ testing = ["coverage", "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] @@ -2570,4 +2570,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "268d096d5c341de832615ccf597cad8b81f487e9ca53fe23a42697ec731636c9" +content-hash = "a144079909dddcce4124b9ccd806bc31978055bf64926bcb25a2dd9f3b5dca0a" diff --git a/pyproject.toml b/pyproject.toml index 7d41620dd..936d73a9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ msal = "1.24.1" idna = "3.7" azure-identity = "1.16.1" zipp = "3.19.2" +webob = "1.8.8" [tool.poetry.dev-dependencies] coverage = "6.3.3"