From f8b87e3109979298c2c491e7d9c34333b532964f Mon Sep 17 00:00:00 2001 From: luk3yx Date: Tue, 28 Apr 2020 18:02:17 +1200 Subject: [PATCH] Update certifi dependency. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 810fd1f..e4217ab 100755 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ long_description = desc, long_description_content_type = 'text/markdown', - install_requires = ['certifi>=2019.11.28'], + install_requires = ['certifi>=2020.4.5.1'], python_requires = '>=3.0', classifiers = [