Upgrade pytz to >=2021.1 (#45839)
This commit is contained in:
parent
7ff4281b6d
commit
e9b2d33ad8
3 changed files with 3 additions and 3 deletions
|
@ -21,7 +21,7 @@ paho-mqtt==1.5.1
|
||||||
pillow==8.1.0
|
pillow==8.1.0
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pytz>=2020.5
|
pytz>=2021.1
|
||||||
pyyaml==5.4.1
|
pyyaml==5.4.1
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
ruamel.yaml==0.15.100
|
ruamel.yaml==0.15.100
|
||||||
|
|
|
@ -14,7 +14,7 @@ PyJWT==1.7.1
|
||||||
cryptography==3.3.1
|
cryptography==3.3.1
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
pytz>=2020.5
|
pytz>=2021.1
|
||||||
pyyaml==5.4.1
|
pyyaml==5.4.1
|
||||||
requests==2.25.1
|
requests==2.25.1
|
||||||
ruamel.yaml==0.15.100
|
ruamel.yaml==0.15.100
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -46,7 +46,7 @@ REQUIRES = [
|
||||||
"cryptography==3.3.1",
|
"cryptography==3.3.1",
|
||||||
"pip>=8.0.3,<20.3",
|
"pip>=8.0.3,<20.3",
|
||||||
"python-slugify==4.0.1",
|
"python-slugify==4.0.1",
|
||||||
"pytz>=2020.5",
|
"pytz>=2021.1",
|
||||||
"pyyaml==5.4.1",
|
"pyyaml==5.4.1",
|
||||||
"requests==2.25.1",
|
"requests==2.25.1",
|
||||||
"ruamel.yaml==0.15.100",
|
"ruamel.yaml==0.15.100",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue