From a8831535ac73c11b605dcdf77b023d1879f7a381 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:27:36 +0000 Subject: [PATCH] Audit Snyk check/fix 1.19 --- poetry.lock | 10 +++++----- pyproject.toml | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 681955803..a40a761b8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3146,13 +3146,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] @@ -3332,4 +3332,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "ef60b1dfcfd34cec6dc331fdbabc8683b5ee3c38f9345f7a8a4254c58a6ea407" +content-hash = "f3a881221c5d44f68983294ce1343d346ff8068f9de3cce01ebb6939c8b9a640" diff --git a/pyproject.toml b/pyproject.toml index abd62abbe..74236dd79 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" }