From 6a124b3ae91acd323a568fe00d9632c18d126431 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:12:05 +0000 Subject: [PATCH] Audit Snyk check/fix 1.19 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 84aa1837e..061037836 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3097,13 +3097,13 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "1.26.19" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-1.26.19-py2.py3-none-any.whl", hash = "sha256:37a0344459b199fce0e80b0d3569837ec6b6937435c5244e7fd73fa6006830f3"}, + {file = "urllib3-1.26.19.tar.gz", hash = "sha256:3e3d753a8618b86d7de333b4223005f68720bcd6a7d2bcb9fbd2229ec7c1e429"}, ] [package.extras] @@ -3329,4 +3329,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.11" -content-hash = "3b843e8c5df83898cf45aecb06da03ee9eac8efcae05ba9ce4c59b46195a3d6d" +content-hash = "4843559ef1968050357563471aba29c2397cc88135972b38397bb663d34a30f8" diff --git a/pyproject.toml b/pyproject.toml index 7ef3543da..d8d2e3c09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ certifi = "2023.7.22" cryptography = "42.0.8" msal = "1.24.1" pillow = "10.3.0" -urllib3 = "1.26.18" +urllib3 = "1.26.19" idna = "3.7" gunicorn = "22.0.0" requests = "2.32.2"