From 99848d2b91c2214f6e77ba4342d1428aab71b9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:28:21 +0000 Subject: [PATCH] Bump certifi from 2024.6.2 to 2024.7.4 (#2005) --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index dfca162907..c6c4e97a6a 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ verify_ssl = true apluggy = "==0.9.4" attrs = "==23.2.0" cattrs = {version="==23.2.3", python_version=">='3.7'"} -certifi = "==2024.6.2" +certifi = "==2024.7.4" charset-normalizer = "==3.3.2" click = "==8.1.7" decorator = "==5.1.1" diff --git a/Pipfile.lock b/Pipfile.lock index 8c3efb0fae..09b489132a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ecf59d3cadab3a594a188ec8a259ecd03f2d2bd999703be451c33c57f1a43de6" + "sha256": "0c09dcd04e51a80ca375197843ed6d6136c8ada2a291cd67820586e3b06b2b78" }, "pipfile-spec": 6, "requires": { @@ -43,12 +43,12 @@ }, "certifi": { "hashes": [ - "sha256:3cd43f1c6fa7dedc5899d69d3ad0398fd018ad1a17fba83ddaf78aa46c747516", - "sha256:ddc6c8ce995e6987e7faf5e3f1b02b302836a0e5d98ece18392cb1a36c72ad56" + "sha256:5a1e7645bc0ec61a09e26c36f6106dd4cf40c6db3a1fb6352b0244e7fb057c7b", + "sha256:c198e21b1289c2ab85ee4e67bb4b4ef3ead0892059901a8d5b622f24a1101e90" ], "index": "pypi", "markers": "python_version >= '3.6'", - "version": "==2024.6.2" + "version": "==2024.7.4" }, "charset-normalizer": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 42d50d479e..b4fe8be474 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ apluggy==0.9.4 attrs==23.2.0; python_version >= '3.7' cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8' -certifi==2024.6.2; python_version >= '3.6' +certifi==2024.7.4; python_version >= '3.6' charset-normalizer==3.3.2; python_full_version >= '3.7.0' click==8.1.7 decorator==5.1.1