Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #285

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 19 additions & 32 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 @@ -8,20 +8,13 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
async-timeout==4.0.3
# via redis
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# celery
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
# via -r requirements/base.in
certifi==2024.2.2
certifi==2024.8.30
# via requests
cffi==1.16.0
cffi==1.17.1
# via pynacl
charset-normalizer==3.3.2
# via requests
Expand Down Expand Up @@ -49,37 +42,37 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.1.0
# via edx-django-utils
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/base.in
edx-django-utils==5.12.0
edx-django-utils==5.15.0
# via edx-rest-api-client
edx-rest-api-client==5.7.0
edx-rest-api-client==5.7.1
# via -r requirements/base.in
idna==3.7
idna==3.8
# via requests
kombu==5.3.7
kombu==5.4.0
# via celery
newrelic==9.9.0
newrelic==9.13.0
# via edx-django-utils
pbr==6.0.0
pbr==6.1.0
# via stevedore
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
pyjwt==2.8.0
pyjwt==2.9.0
# via edx-rest-api-client
pynacl==1.5.0
# via edx-django-utils
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
# via django
redis==5.0.3
redis==5.0.8
# via -r requirements/base.in
requests==2.31.0
requests==2.32.3
# via
# edx-rest-api-client
# slumber
Expand All @@ -89,19 +82,13 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
stevedore==5.3.0
# via edx-django-utils
typing-extensions==4.11.0
# via
# asgiref
# kombu
tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
# via celery
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
17 changes: 8 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@


# using LTS django version
Django<4.0
Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1
4 changes: 2 additions & 2 deletions requirements/optional.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# 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
#
newrelic==9.9.0
newrelic==9.13.0
# via -r requirements/optional.in
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# 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
#
wheel==0.43.0
wheel==0.44.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.2
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==74.1.1
# via -r requirements/pip.in
17 changes: 4 additions & 13 deletions requirements/pip_tools.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 @@ -8,25 +8,16 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
pyproject-hooks==1.1.0
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
wheel==0.44.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
54 changes: 19 additions & 35 deletions requirements/production.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 @@ -12,27 +12,17 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
async-timeout==4.0.3
# via
# -r requirements/base.txt
# redis
backports-zoneinfo[tzdata]==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
# -r requirements/base.txt
# celery
# kombu
billiard==4.2.0
# via
# -r requirements/base.txt
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
certifi==2024.8.30
# via
# -r requirements/base.txt
# requests
cffi==1.16.0
cffi==1.17.1
# via
# -r requirements/base.txt
# pynacl
Expand Down Expand Up @@ -76,43 +66,43 @@ django-waffle==4.1.0
# via
# -r requirements/base.txt
# edx-django-utils
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/base.txt
edx-django-utils==5.12.0
edx-django-utils==5.15.0
# via
# -r requirements/base.txt
# edx-rest-api-client
edx-rest-api-client==5.7.0
edx-rest-api-client==5.7.1
# via -r requirements/base.txt
idna==3.7
idna==3.8
# via
# -r requirements/base.txt
# requests
kombu==5.3.7
kombu==5.4.0
# via
# -r requirements/base.txt
# celery
newrelic==9.9.0
newrelic==9.13.0
# via
# -r requirements/base.txt
# edx-django-utils
pbr==6.0.0
pbr==6.1.0
# via
# -r requirements/base.txt
# stevedore
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
pycparser==2.22
# via
# -r requirements/base.txt
# cffi
pyjwt==2.8.0
pyjwt==2.9.0
# via
# -r requirements/base.txt
# edx-rest-api-client
Expand All @@ -128,11 +118,11 @@ pytz==2024.1
# via
# -r requirements/base.txt
# django
pyyaml==6.0.1
pyyaml==6.0.2
# via -r requirements/production.in
redis==5.0.3
redis==5.0.8
# via -r requirements/base.txt
requests==2.31.0
requests==2.32.3
# via
# -r requirements/base.txt
# edx-rest-api-client
Expand All @@ -145,25 +135,19 @@ slumber==0.7.1
# via
# -r requirements/base.txt
# edx-rest-api-client
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
stevedore==5.2.0
stevedore==5.3.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.11.0
# via
# -r requirements/base.txt
# asgiref
# kombu
tzdata==2024.1
# via
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
Expand Down
Loading
Loading