Skip to content

Commit

Permalink
Dependencies: Bump pytz to version 2021.1 (#5043)
Browse files Browse the repository at this point in the history
  • Loading branch information
csadorf authored Aug 4, 2021
1 parent 78ef633 commit 6558c71
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
- psutil~=5.6
- psycopg2-binary~=2.8.3
- python-dateutil~=2.8
- pytz~=2019.3
- pytz~=2021.1
- pyyaml~=5.1
- reentry~=1.3
- simplejson~=3.16
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ python-dateutil==2.8.1
python-editor==1.0.4
python-memcached==1.59
pytray==0.3.1
pytz==2019.3
pytz==2021.1
PyYAML==5.1.2
pyzmq==22.0.2
qtconsole==5.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ python-dateutil==2.8.1
python-editor==1.0.4
python-memcached==1.59
pytray==0.3.1
pytz==2019.3
pytz==2021.1
PyYAML==5.1.2
pyzmq==22.0.2
qtconsole==5.0.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ python-dateutil==2.8.1
python-editor==1.0.4
python-memcached==1.59
pytray==0.3.1
pytz==2019.3
pytz==2021.1
PyYAML==5.1.2
pyzmq==22.0.2
qtconsole==5.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"psutil~=5.6",
"psycopg2-binary~=2.8.3",
"python-dateutil~=2.8",
"pytz~=2019.3",
"pytz~=2021.1",
"pyyaml~=5.1",
"reentry~=1.3",
"simplejson~=3.16",
Expand Down

0 comments on commit 6558c71

Please sign in to comment.