Skip to content

Commit

Permalink
Merge pull request #62 from edx/python311-requirements-upgrade
Browse files Browse the repository at this point in the history
chore: requirements upgrade
  • Loading branch information
UsamaSadiq authored Nov 12, 2024
2 parents 17a70f1 + a204fe1 commit 6c02f02
Show file tree
Hide file tree
Showing 10 changed files with 80 additions and 174 deletions.
34 changes: 11 additions & 23 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -9,16 +9,11 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-countries
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/constraints.txt
# django
# djangorestframework
boto==2.49.0
# via -r requirements/base.in
boto3==1.35.52
boto3==1.35.58
# via -r requirements/base.in
botocore==1.35.52
botocore==1.35.58
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -60,7 +55,7 @@ django==4.2.16
# edx-drf-extensions
# edx-enterprise-data
# edx-rbac
django-cors-headers==4.4.0
django-cors-headers==4.6.0
# via -r requirements/base.in
django-countries==7.6.1
# via -r requirements/base.in
Expand Down Expand Up @@ -96,10 +91,8 @@ djangorestframework-csv==3.0.2
# via
# -r requirements/base.in
# edx-enterprise-data
dnspython==2.6.1
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/constraints.txt
# pymongo
dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.8
Expand Down Expand Up @@ -139,14 +132,12 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.8.1
faker==30.8.2
# via factory-boy
html5lib==1.1
# via -r requirements/base.in
idna==3.10
# via requests
importlib-metadata==8.5.0
# via markdown
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand All @@ -159,9 +150,9 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mysql-connector-python==9.0.0
mysql-connector-python==9.1.0
# via edx-enterprise-data
newrelic==10.2.0
# via edx-django-utils
Expand All @@ -171,7 +162,7 @@ numpy==1.24.4
# pandas
ordered-set==4.1.0
# via -r requirements/base.in
packaging==24.1
packaging==24.2
# via drf-yasg
pandas==2.0.3
# via edx-enterprise-data
Expand Down Expand Up @@ -232,11 +223,10 @@ stevedore==5.3.0
# via
# edx-django-utils
# edx-opaque-keys
tqdm==4.66.6
tqdm==4.67.0
# via -r requirements/base.in
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
# faker
Expand All @@ -254,8 +244,6 @@ urllib3==1.26.20
# requests
webencodings==0.5.1
# via html5lib
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand Down
7 changes: 0 additions & 7 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,6 @@ urllib3<2.0.0
# path>16.14.0 has removed the deprecated abspath function, which is breaking the docs build
path<16.15.0

# dnspython 2.7.0 Requires-Python >=3.9
dnspython<2.7.0

# edx-enterprise-data==10.0.0 upgrades to Python 3.12 which is currently not supported
# This constraint can be removed once Python 3.12 upgrade is complete
edx-enterprise-data<10.0.0

# backports-zoneinfo comes by-default in newer versions of python
# it gives error while building wheel with python>=3.9
backports.zoneinfo ; python_version < "3.9"
34 changes: 11 additions & 23 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -9,16 +9,11 @@ asgiref==3.8.1
# django
# django-cors-headers
# django-countries
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/constraints.txt
# django
# djangorestframework
boto==2.49.0
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
boto3==1.35.52
boto3==1.35.58
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
botocore==1.35.52
botocore==1.35.58
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -60,7 +55,7 @@ django==4.2.16
# edx-drf-extensions
# edx-enterprise-data
# edx-rbac
django-cors-headers==4.4.0
django-cors-headers==4.6.0
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
django-countries==7.6.1
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
Expand Down Expand Up @@ -96,10 +91,8 @@ djangorestframework-csv==3.0.2
# via
# -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
# edx-enterprise-data
dnspython==2.6.1
# via
# -c /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/constraints.txt
# pymongo
dnspython==2.7.0
# via pymongo
drf-jwt==1.19.2
# via edx-drf-extensions
drf-yasg==1.21.8
Expand Down Expand Up @@ -139,14 +132,12 @@ edx-rest-api-client==6.0.0
# edx-enterprise-data
factory-boy==3.3.1
# via edx-enterprise-data
faker==30.8.1
faker==30.8.2
# via factory-boy
html5lib==1.1
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
idna==3.10
# via requests
importlib-metadata==8.5.0
# via markdown
inflection==0.5.1
# via drf-yasg
itypes==1.2.0
Expand All @@ -159,9 +150,9 @@ jmespath==1.0.1
# botocore
markdown==3.7
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mysql-connector-python==9.0.0
mysql-connector-python==9.1.0
# via edx-enterprise-data
mysqlclient==2.2.5
# via -r requirements/dev.in
Expand All @@ -173,7 +164,7 @@ numpy==1.24.4
# pandas
ordered-set==4.1.0
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
packaging==24.1
packaging==24.2
# via drf-yasg
pandas==2.0.3
# via edx-enterprise-data
Expand Down Expand Up @@ -234,11 +225,10 @@ stevedore==5.3.0
# via
# edx-django-utils
# edx-opaque-keys
tqdm==4.66.6
tqdm==4.67.0
# via -r /Users/usama.sadiq/Desktop/edX/edx-analytics-data-api/requirements/base.in
typing-extensions==4.12.2
# via
# asgiref
# django-countries
# edx-opaque-keys
# faker
Expand All @@ -256,8 +246,6 @@ urllib3==1.26.20
# requests
webencodings==0.5.1
# via html5lib
zipp==3.20.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools
Loading

0 comments on commit 6c02f02

Please sign in to comment.