diff --git a/Pipfile b/Pipfile index f6b73f1c54..4fe3a22e54 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ aiofiles = "==23.1.0" 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 572ba32e65..5d787b3c60 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "58560c3ba995735e524943349067c0a59d74eebe18adc90f0f53a013a32cf81d" + "sha256": "1b04e8590a13399d71e595a41dbcdbe5f8cc8579dc26c6933c3c1fe93ccbacb8" }, "pipfile-spec": 6, "requires": {}, @@ -149,11 +149,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 fd3ed711a4..eea105a7c1 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'