Skip to content
Open
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
37 changes: 18 additions & 19 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@ amqp==5.3.1
# via kombu
appdirs==1.4.4
# via fs
asgiref==3.11.1
asgiref==3.12.1
# via django
attrs==26.1.0
# via openedx-events
billiard==4.2.4
# via celery
celery==5.6.3
# via event-tracking
certifi==2026.5.20
certifi==2026.7.22
# via requests
cffi==2.0.0
cffi==2.1.0
# via
# cryptography
# pynacl
charset-normalizer==3.4.7
charset-normalizer==3.4.9
# via requests
click==8.4.1
click==8.4.2
# via
# celery
# click-didyoumean
Expand All @@ -40,9 +40,9 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
cryptography==48.0.0
cryptography==49.0.0
# via pyjwt
django==5.2.14
django==5.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -92,6 +92,7 @@ edx-opaque-keys[django]==4.0.0
# edx-ccx-keys
# edx-drf-extensions
# openedx-events
# xblock
edx-toggles==6.0.0
# via
# -r requirements/base.in
Expand Down Expand Up @@ -121,7 +122,7 @@ openedx-events==11.2.0
# via event-tracking
packaging==26.2
# via kombu
prompt-toolkit==3.0.52
prompt-toolkit==3.0.53
# via click-repl
psutil==7.2.2
# via edx-django-utils
Expand All @@ -143,7 +144,7 @@ python-dateutil==2.9.0.post0
# xblock
python-slugify==8.0.4
# via code-annotations
pytz==2026.2
pytz==2026.3.post1
# via
# -r requirements/base.in
# event-tracking
Expand All @@ -166,18 +167,18 @@ six==1.17.0
# python-dateutil
sqlparse==0.5.5
# via django
stevedore==5.8.0
stevedore==5.9.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
text-unidecode==1.3
# via python-slugify
typing-extensions==4.15.0
typing-extensions==4.16.0
# via edx-opaque-keys
tzdata==2026.2
tzdata==2026.3
# via kombu
tzlocal==5.3.1
tzlocal==5.4.4
# via celery
urllib3==2.7.0
# via requests
Expand All @@ -186,17 +187,15 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.7.0
wcwidth==0.8.2
# via prompt-toolkit
web-fragments==4.0.0
# via xblock
webob==1.8.9
webob==1.8.10
# via xblock
xblock==6.1.0
xblock==6.3.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==82.0.1
setuptools==83.0.0
# via
# -r requirements/base.in
# fs
Expand Down
16 changes: 8 additions & 8 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==7.1.4
cachetools==7.1.6
# via tox
colorama==0.4.6
# via tox
distlib==0.4.1
distlib==0.4.3
# via virtualenv
filelock==3.29.0
filelock==3.32.0
# via
# python-discovery
# tox
Expand All @@ -21,22 +21,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.0
platformdirs==4.11.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.1
pyproject-api==1.11.0
# via tox
python-discovery==1.4.0
python-discovery==1.5.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.0
tox==4.58.0
# via -r requirements/ci.in
virtualenv==21.4.2
virtualenv==21.7.0
# via tox
6 changes: 6 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Django<6.0
# 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

# 2026-07-06: Constrain social-auth-* packages to the latest version compatible with
# edx-drf-extensions<=10.6.0. (Newer versions require a POST instead of a GET.)
# Tracking issue: https://github.com/openedx/edx-drf-extensions/issues/561
social-auth-app-django<6.0.0
social-auth-core<5.0.0
Loading