From a9908c26cd8ec529eb3b6450ebb922c54e17791c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 19:27:05 +0000 Subject: [PATCH] Bump certifi from 2020.6.20 to 2021.5.30 Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.6.20 to 2021.5.30. - [Release notes](https://github.com/certifi/python-certifi/releases) - [Commits](https://github.com/certifi/python-certifi/compare/2020.06.20...2021.05.30) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 409f284..ce9b552 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ platforms="any", install_requires=[ "aiocontextvars==0.2.2; python_version < '3.7'", - "certifi==2020.6.20", + "certifi==2021.5.30", "chardet==3.0.4", "contextvars==2.4; python_version < '3.7'", "docopt==0.6.2",