diff --git a/Pipfile b/Pipfile index 42dd050173..cb44dd3070 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 b4cc699bf5..7fcb97c7a3 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "ebb55fabfe368da7bb3fd8086ffd708936ec74f429165a150c8abd57cdc1df45" + "sha256": "d818383a8bb7f7c1d3ba63c7ad2e72e785f6cf817dbb5eb93b73bfe2a79e8f21" }, "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 d1dca51481..c18a37aabf 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'