Set certifi to >=2021.5.30 (#56679)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Fabian Affolter
2021-09-27 04:19:30 +02:00
committed by GitHub
parent 7ab6c82ad2
commit 115d34f55a
3 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@ REQUIRES = [
"awesomeversion==21.8.1",
'backports.zoneinfo;python_version<"3.9"',
"bcrypt==3.1.7",
"certifi>=2020.12.5",
"certifi>=2021.5.30",
"ciso8601==2.2.0",
"httpx==0.19.0",
"jinja2==3.0.1",