From e16bb173ffe0a49d7f95cfb6e27269e82c0aa0d4 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 21:07:39 +0000 Subject: [PATCH] Audit Snyk check/fix 8.0-gdal3.7 (#828) Co-authored-by: geo-ghci-int[bot] <146321879+geo-ghci-int[bot]@users.noreply.github.com> --- acceptance_tests/poetry.lock | 12 ++++++------ acceptance_tests/pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/acceptance_tests/poetry.lock b/acceptance_tests/poetry.lock index f7b4cd6f..9ffc2b1f 100644 --- a/acceptance_tests/poetry.lock +++ b/acceptance_tests/poetry.lock @@ -796,22 +796,22 @@ files = [ [[package]] name = "urllib3" -version = "2.0.7" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, - {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] -secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] +h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "bf5c9ed7f6c2e95970dc1a9a6510b57c608b7ee506d22c1dfe6488d0f887caa4" +content-hash = "90fbafaf8f0f712ae7c0cf3aa46843f4a97d1f7f9beff96603efe013e9bf5cd0" diff --git a/acceptance_tests/pyproject.toml b/acceptance_tests/pyproject.toml index 53fbe690..1e1e9890 100644 --- a/acceptance_tests/pyproject.toml +++ b/acceptance_tests/pyproject.toml @@ -18,6 +18,6 @@ requests = "2.32.3" lxml = "4.9.4" certifi = "2023.7.22" OWSLib = "0.29.3" -urllib3 = "2.0.7" +urllib3 = "2.2.2" pillow = "10.3.0" idna = "3.7"