diff --git a/Pipfile b/Pipfile index 93d0a6fe367..ebc634ddb22 100644 --- a/Pipfile +++ b/Pipfile @@ -180,7 +180,7 @@ sqlalchemy-utils = "==0.36.8" stevedore = "==3.3.3" toml = "==0.10.2" ujson = "==5.4.0" -urllib3 = "==1.26.17" +urllib3 = "==1.26.18" venusian = "==3.0.0" waitress = "==2.1.2" webob = "==1.8.7" diff --git a/Pipfile.lock b/Pipfile.lock index a000deb3c54..40600a796d2 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "d11f7d356157917dc69fc95467fd026f3e660987258ff2bd5a10c6e2876342fb" + "sha256": "7f605d7359992b3a83ca2c2f205013372e6c828c84d54c827650d4cb06a523b8" }, "pipfile-spec": 6, "requires": { @@ -1453,11 +1453,11 @@ }, "urllib3": { "hashes": [ - "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21", - "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b" + "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", + "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], "index": "pypi", - "version": "==1.26.17" + "version": "==1.26.18" }, "venusian": { "hashes": [ @@ -2482,11 +2482,11 @@ }, "urllib3": { "hashes": [ - "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21", - "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b" + "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", + "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], "index": "pypi", - "version": "==1.26.17" + "version": "==1.26.18" }, "waitress": { "hashes": [ diff --git a/admin/requirements.txt b/admin/requirements.txt index 9a75629c7c5..7f018fb825b 100644 --- a/admin/requirements.txt +++ b/admin/requirements.txt @@ -19,4 +19,4 @@ babel>=2.9.1 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability -urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability diff --git a/doc/Pipfile b/doc/Pipfile index 49fbca7bb78..a3c26f04a50 100644 --- a/doc/Pipfile +++ b/doc/Pipfile @@ -30,7 +30,7 @@ sphinxcontrib-htmlhelp = "==1.0.3" sphinxcontrib-jsmath = "==1.0.1" sphinxcontrib-qthelp = "==1.0.3" sphinxcontrib-serializinghtml = "==1.1.5" -urllib3 = "==1.26.17" +urllib3 = "==1.26.18" [requires] python_version = "3.8" diff --git a/doc/Pipfile.lock b/doc/Pipfile.lock index af1faf027cf..f2413d9b277 100644 --- a/doc/Pipfile.lock +++ b/doc/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "4ee8400f50daaa0ac5cb60d8578fe96a271d7aaf5a6568a27c302025e86b54d1" + "sha256": "9f074f83f4be1fc09a600bdfa590f215a513a3cfbb23fea8f2bb7a2a59c66751" }, "pipfile-spec": 6, "requires": { @@ -274,6 +274,14 @@ "index": "pypi", "version": "==2.31.0" }, + "setuptools": { + "hashes": [ + "sha256:d0b9a8433464d5800cbe05094acf5c6d52a91bfac9b52bcfc4d41382be5d5d31", + "sha256:e197a19aa8ec9722928f2206f8de752def0e4c9fc6953527360d1c36d94ddb2f" + ], + "index": "pypi", + "version": "==65.5.1" + }, "six": { "hashes": [ "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a", @@ -356,11 +364,11 @@ }, "urllib3": { "hashes": [ - "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21", - "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b" + "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", + "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], "index": "pypi", - "version": "==1.26.17" + "version": "==1.26.18" } }, "develop": {} diff --git a/geoportal/requirements.txt b/geoportal/requirements.txt index 4b211065cae..ac4c3b187fe 100644 --- a/geoportal/requirements.txt +++ b/geoportal/requirements.txt @@ -35,4 +35,4 @@ numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability certifi>=2023.7.22 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability -urllib3>=1.26.17 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability