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 #206

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
23 changes: 6 additions & 17 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,12 +8,6 @@ amqp==5.2.0
# via kombu
asgiref==3.8.1
# via django
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# djangorestframework
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
Expand Down Expand Up @@ -44,7 +38,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
django==4.2.14
# via
Expand Down Expand Up @@ -124,7 +118,7 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
packaging==24.1
# via drf-yasg
Expand Down Expand Up @@ -160,7 +154,7 @@ semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -170,14 +164,9 @@ stevedore==5.2.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
# kombu
# via edx-opaque-keys
tzdata==2024.1
# via
# backports-zoneinfo
# celery
# via celery
uritemplate==4.1.1
# via drf-yasg
urllib3==2.2.2
Expand Down
12 changes: 2 additions & 10 deletions requirements/celery53.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
#
# 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
#
amqp==5.2.0
# via kombu
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# kombu
billiard==4.2.0
# via celery
celery==5.4.0
Expand All @@ -34,12 +30,8 @@ python-dateutil==2.9.0.post0
# via celery
six==1.16.0
# via python-dateutil
typing-extensions==4.12.2
# via kombu
tzdata==2024.1
# via
# backports-zoneinfo
# celery
# via celery
vine==5.1.0
# via
# amqp
Expand Down
10 changes: 3 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# 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
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.4
coverage==7.6.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -30,10 +30,6 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
Expand Down
8 changes: 8 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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
Expand All @@ -31,3 +32,10 @@ elasticsearch<7.14.0
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7

# 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
53 changes: 12 additions & 41 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 @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.2
astroid==3.2.4
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -21,15 +21,11 @@ backports-tarfile==1.2.0
# via
# -r requirements/quality.txt
# jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/quality.txt
# django
build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -71,13 +67,13 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage==7.5.4
coverage==7.6.0
# via -r requirements/ci.txt
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand All @@ -92,14 +88,14 @@ django==4.2.14
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/quality.txt
# readme-renderer
# rstcheck-core
edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/quality.txt
filelock==3.15.4
# via
Expand All @@ -113,16 +109,9 @@ idna==3.7
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# keyring
# rstcheck-core
# twine
importlib-resources==6.4.0
# via
# -r requirements/quality.txt
# keyring
isort==5.13.2
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -239,7 +228,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -277,7 +266,7 @@ pyyaml==6.0.1
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/quality.txt
# twine
Expand Down Expand Up @@ -321,7 +310,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -333,17 +322,7 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# pip-tools
# pylint
# pyproject-api
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -358,14 +337,8 @@ typer==0.12.3
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# annotated-types
# asgiref
# astroid
# pydantic
# pydantic-core
# pylint
# rich
# rstcheck-core
# typer
urllib3==2.2.2
# via
Expand All @@ -382,10 +355,8 @@ wheel==0.43.0
# pip-tools
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading
Loading