From 2d915ce83c05a6a45d89ef629474e25b3c3f17fa Mon Sep 17 00:00:00 2001 From: "geo-ghci-int[bot]" <146321879+geo-ghci-int[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 23:02:47 +0000 Subject: [PATCH] Audit Snyk check/fix 5.2 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index c60713af6..07ae0c4fb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -137,13 +137,13 @@ files = [ [[package]] name = "certifi" -version = "2023.7.22" +version = "2024.7.4" description = "Python package for providing Mozilla's CA Bundle." optional = false python-versions = ">=3.6" files = [ - {file = "certifi-2023.7.22-py3-none-any.whl", hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9"}, - {file = "certifi-2023.7.22.tar.gz", hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082"}, + {file = "certifi-2024.7.4-py3-none-any.whl", hash = "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90"}, + {file = "certifi-2024.7.4.tar.gz", hash = "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b"}, ] [[package]] @@ -2929,4 +2929,4 @@ test-images = ["scikit-image"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "c8e1804f23a03b184e93b130323b978078b5520a95b0e39987199fe520d1ae5e" +content-hash = "5dcc26cb1151995a6c00833ec333026b63d7970280bf6a76d471d8749a0e33e7" diff --git a/pyproject.toml b/pyproject.toml index fd39c3c8b..c927606af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ pyjwt = { version = "2.6.0", optional = true } requests-oauthlib = { version = "1.3.1", optional = true } waitress = { version = "2.1.2", optional = true } scikit-image = { version = "0.19.3", optional = true } -certifi = { version = "2023.7.22", optional = true } +certifi = "2024.7.4" scipy = { version = "1.10.1", optional = true } pillow = { version = "10.3.0", optional = true } urllib3 = "1.26.19"