Upgrade ciso8601 to 2.2.0 (#56678)
This commit is contained in:
parent
d8387744ec
commit
a0a359e2ef
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ awesomeversion==21.8.1
|
|||
backports.zoneinfo;python_version<"3.9"
|
||||
bcrypt==3.1.7
|
||||
certifi>=2020.12.5
|
||||
ciso8601==2.1.3
|
||||
ciso8601==2.2.0
|
||||
cryptography==3.4.8
|
||||
defusedxml==0.7.1
|
||||
emoji==1.2.0
|
||||
|
|
|
@ -9,7 +9,7 @@ awesomeversion==21.8.1
|
|||
backports.zoneinfo;python_version<"3.9"
|
||||
bcrypt==3.1.7
|
||||
certifi>=2020.12.5
|
||||
ciso8601==2.1.3
|
||||
ciso8601==2.2.0
|
||||
httpx==0.19.0
|
||||
jinja2==3.0.1
|
||||
PyJWT==2.1.0
|
||||
|
|
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ REQUIRES = [
|
|||
'backports.zoneinfo;python_version<"3.9"',
|
||||
"bcrypt==3.1.7",
|
||||
"certifi>=2020.12.5",
|
||||
"ciso8601==2.1.3",
|
||||
"ciso8601==2.2.0",
|
||||
"httpx==0.19.0",
|
||||
"jinja2==3.0.1",
|
||||
"PyJWT==2.1.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue