Skip to content

Commit

Permalink
chore: upgrade python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsobanjaved authored and sambapete committed Dec 13, 2022
1 parent f7dc9ce commit 2635098
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -775,8 +775,6 @@ def _make_datetime_field_compatible(self, field):
"""
if isinstance(field, datetime):
if isinstance(field.tzinfo, tzlocal) and not hasattr(field.tzinfo, '_hasdst'):
# Todo: This log statement is added for temporary use only
logger.info('Python-dateutil logs: Making datetime field compatible to python-dateutil package')
return datetime(
year=field.year, month=field.month, day=field.day,
hour=field.hour, minute=field.minute, second=field.second,
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx-sandbox/py38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pyparsing==3.0.9
# chem
# matplotlib
# openedx-calc
python-dateutil==2.8.2
python-dateutil==2.4.0
# via matplotlib
random2==1.0.1
# via -r requirements/edx-sandbox/py38.in
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ djangorestframework==3.12.4
# blockstore
# django-config-models
# django-user-tasks
# djangorestframework-expander
# drf-jwt
# drf-nested-routers
# drf-yasg
Expand All @@ -404,8 +403,6 @@ djangorestframework==3.12.4
# learner-pathway-progress
# ora2
# super-csv
djangorestframework-expander==0.2.3
# via blockstore
djangorestframework-xml==2.0.0
# via edx-enterprise
docopt==0.6.2
Expand Down Expand Up @@ -743,6 +740,9 @@ newrelic==8.2.1
# via
# -r requirements/edx/base.in
# blockstore
newrelic==7.10.0.175
# via
# -r requirements/edx/base.in
# edx-django-utils
nltk==3.7
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ djangorestframework==3.12.4
# blockstore
# django-config-models
# django-user-tasks
# djangorestframework-expander
# drf-jwt
# drf-nested-routers
# drf-yasg
Expand All @@ -507,8 +506,6 @@ djangorestframework==3.12.4
# learner-pathway-progress
# ora2
# super-csv
djangorestframework-expander==0.2.3
# via blockstore
djangorestframework-xml==2.0.0
# via
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -971,6 +968,9 @@ newrelic==8.2.1
# via
# -r requirements/edx/testing.txt
# blockstore
newrelic==7.10.0.175
# via
# -r requirements/edx/testing.txt
# edx-django-utils
nltk==3.7
# via
Expand Down
9 changes: 3 additions & 6 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ attrs==22.1.0
# edx-ace
# jsonschema
# openedx-events
# outcome
# pytest
babel==2.10.3
# via
Expand Down Expand Up @@ -474,7 +473,6 @@ djangorestframework==3.12.4
# blockstore
# django-config-models
# django-user-tasks
# djangorestframework-expander
# drf-jwt
# drf-nested-routers
# drf-yasg
Expand All @@ -489,10 +487,6 @@ djangorestframework==3.12.4
# learner-pathway-progress
# ora2
# super-csv
djangorestframework-expander==0.2.3
# via
# -r requirements/edx/base.txt
# blockstore
djangorestframework-xml==2.0.0
# via
# -r requirements/edx/base.txt
Expand Down Expand Up @@ -925,6 +919,9 @@ newrelic==8.2.1
# via
# -r requirements/edx/base.txt
# blockstore
newrelic==7.10.0.175
# via
# -r requirements/edx/base.txt
# edx-django-utils
nltk==3.7
# via
Expand Down

0 comments on commit 2635098

Please sign in to comment.