From 3f788e6c7442463eab12eb7248f32efab195c77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 09:59:06 -0800 Subject: [PATCH] chore(deps): bump certifi from 2023.7.22 to 2023.11.17 (#2716) Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.7.22 to 2023.11.17. - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2023.11.17) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 9 +++++---- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index c39cfc7737..3838ca67a7 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ aiofiles = "==23.2.1" aiohttp = "==3.9.1" alive-progress = "==3.1.5" attrs = "==22.1.0" -certifi = "==2023.7.22" +certifi = "==2023.11.17" cssselect = "==1.2.0" html5lib = "==1.1" isodate = "==0.6.1" diff --git a/Pipfile.lock b/Pipfile.lock index f8491ad44b..e4abeb6b34 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f33726625bca0bf377431216f67904695faf1f345cec75bdcd96798f6120220f" + "sha256": "c727b2f09b4cdb0090edbd76337c055fe9a96485d1eb98798c8a972f9d96a75f" }, "pipfile-spec": 6, "requires": {}, @@ -150,11 +150,12 @@ }, "certifi": { "hashes": [ - "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082", - "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" + "sha256:9b469f3a900bf28dc19b8cfbf8019bf47f7fdd1a65a1d4ffb98fc14166beb4d1", + "sha256:e036ab49d5b79556f99cfc2d9320b34cfbe5be05c5871b51de9329f0603b0474" ], "index": "pypi", - "version": "==2023.7.22" + "markers": "python_version >= '3.6'", + "version": "==2023.11.17" }, "charset-normalizer": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index c55b1f6c81..9be0dd63d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ aiosignal==1.3.1; python_version >= '3.7' alive-progress==3.1.5; python_version >= '3.7' and python_version < '4' async-timeout==4.0.3; python_full_version >= '3.7.0' attrs==22.1.0; python_version >= '3.5' -certifi==2023.7.22 +certifi==2023.11.17; python_version >= '3.6' charset-normalizer==3.3.1; python_full_version >= '3.7.0' cssselect==1.2.0 frozenlist==1.4.0; python_version >= '3.8'