From 50de36486af02183849a2d7501456aa596b564f8 Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 19 Oct 2023 02:36:31 +0000 Subject: [PATCH] Snyk auto fix --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- ci/requirements.txt | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index 0e02aa173..40c196c35 100644 --- a/Pipfile +++ b/Pipfile @@ -61,7 +61,7 @@ requests = "==2.31.0" "s3transfer" = "==0.5.2" "six" = "==1.15.0" "translationstring" = "==1.4" -urllib3 = "==1.26.17" +urllib3 = "==1.26.18" "venusian" = "==3.0.0" "webob" = "==1.8.7" "zope.deprecation" = "==4.4.0" diff --git a/Pipfile.lock b/Pipfile.lock index 2f8e54334..8ebeb114b 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "127c086b4167b4bc5222dfba8221329e2c766e23f0ee63c616f91172905d67c0" + "sha256": "fa05a322602421d6b2e1680549a39c33f2155509daaf20c3ac65c7a6a7bd1375" }, "pipfile-spec": 6, "requires": { @@ -879,11 +879,11 @@ }, "urllib3": { "hashes": [ - "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21", - "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b" + "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07", + "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0" ], "index": "pypi", - "version": "==1.26.17" + "version": "==1.26.18" }, "venusian": { "hashes": [ diff --git a/ci/requirements.txt b/ci/requirements.txt index 04a6be7e7..8aa4d1519 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -4,3 +4,4 @@ setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerabil certifi>=2022.12.7 # not directly required, pinned by Snyk to avoid a vulnerability requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability pygments>=2.15.0 # not directly required, pinned by Snyk to avoid a vulnerability +urllib3>=1.26.18 # not directly required, pinned by Snyk to avoid a vulnerability