From 006c9b60dbfd930468ca264590a6eacb83dbb230 Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 20:10:40 +0000 Subject: [PATCH] Audit Snyk check/fix 8.0-gdal3.7 --- acceptance_tests/poetry.lock | 12 ++++++------ acceptance_tests/pyproject.toml | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/acceptance_tests/poetry.lock b/acceptance_tests/poetry.lock index 556bc2d6..edc97fdd 100644 --- a/acceptance_tests/poetry.lock +++ b/acceptance_tests/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.3.4 and should not be changed by hand. [[package]] name = "boltons" @@ -955,21 +955,21 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [[package]] name = "webob" -version = "1.8.9" +version = "1.8.10" description = "WSGI request and response object" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" groups = ["main"] files = [ - {file = "WebOb-1.8.9-py2.py3-none-any.whl", hash = "sha256:45e34c58ed0c7e2ecd238ffd34432487ff13d9ad459ddfd77895e67abba7c1f9"}, - {file = "webob-1.8.9.tar.gz", hash = "sha256:ad6078e2edb6766d1334ec3dee072ac6a7f95b1e32ce10def8ff7f0f02d56589"}, + {file = "webob-1.8.10-py2.py3-none-any.whl", hash = "sha256:e68ad87fda378191081965ab02a185391c26e4e926adec855c3b0286a8369d49"}, + {file = "webob-1.8.10.tar.gz", hash = "sha256:1c963a11f307bc3f624fbab9dde737701eae255f32981b7a5486a88db1767c2b"}, ] [package.extras] -docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes"] +docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes", "setuptools"] testing = ["coverage", "pytest (>=3.1.0)", "pytest-cov", "pytest-xdist"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<3.11" -content-hash = "c19783db63845147c8dac551e9780309b34d6f1e39aa69345e330d91698b5e77" +content-hash = "c467f4dfafb022f1bd3cfbd56b9443e81b18c17f3315606d7fbab227b717bb79" diff --git a/acceptance_tests/pyproject.toml b/acceptance_tests/pyproject.toml index ac7d2479..b49ff318 100644 --- a/acceptance_tests/pyproject.toml +++ b/acceptance_tests/pyproject.toml @@ -22,3 +22,4 @@ urllib3 = "2.7.0" pillow = "12.2.0" idna = "3.15" ujson = "5.13.0" +webob = "1.8.10"