diff --git a/setup.py b/setup.py index 7b2b0f2..50a74b3 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,6 @@ name="edge-tts", install_requires=[ "aiohttp>=3.8.0", - "certifi==2023.07.22", + "certifi==2023.11.17", ], )