Set certifi to >=2021.5.30 (#56679)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
7ab6c82ad2
commit
115d34f55a
3 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ attrs==21.2.0
|
|||
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
|
||||
cryptography==3.4.8
|
||||
emoji==1.5.0
|
||||
|
|
|
@ -8,7 +8,7 @@ attrs==21.2.0
|
|||
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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue