From a5b0b758b92962d85d8d8b0df33371efa766f1d0 Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Thu, 17 Mar 2022 17:55:47 -0400 Subject: [PATCH] update certifi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 737fcbb..810fec0 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( }, install_requires=[ 'aiohttp==3.6.2', - 'certifi>=2018.11.29', + 'certifi>=2021.10.08', 'colorama==0.3.7', 'protobuf==3.17.2', 'msgpack==0.6.1',