From 744b2600fffc7d3d661f0bb4b15eb9de8ffafa22 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 15:37:32 +0000 Subject: [PATCH] Audit Snyk check/fix 1.17 (#2356) Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 51b44bb19..57dbf2416 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1749,13 +1749,13 @@ ocsp = ["cryptography (>=36.0.1)", "pyopenssl (==20.0.1)", "requests (>=2.26.0)" [[package]] name = "requests" -version = "2.32.0" +version = "2.32.2" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" files = [ - {file = "requests-2.32.0-py3-none-any.whl", hash = "sha256:f2c3881dddb70d056c5bd7600a4fae312b2a300e39be6a118d30b90bd27262b5"}, - {file = "requests-2.32.0.tar.gz", hash = "sha256:fa5490319474c82ef1d2c9bc459d3652e3ae4ef4c4ebdd18a21145a47ca4b6b8"}, + {file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"}, + {file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"}, ] [package.dependencies] @@ -2561,4 +2561,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.11" -content-hash = "495ddc493d1a15cea8fe959d9b0c37595dd56f9ff661e94be8dbb8390b5ee36f" +content-hash = "03a299ed7df333e33a889c6c316c8e2f95658f0359ce586e5cdcb179223fb441" diff --git a/pyproject.toml b/pyproject.toml index 126968d8f..0db4a7ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ cryptography = "42.0.8" Pillow = "10.3.0" certifi = "2023.7.22" redis = "4.3.6" -requests = "2.32.0" +requests = "2.32.2" # Workaround to be able to do the lock file update urllib3 = "1.26.18" msal = "1.24.1"