Skip to content
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
12 changes: 6 additions & 6 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
#
# make upgrade
#
asgiref==3.11.1
asgiref==3.12.1
# via django
django==5.2.12
django==5.2.16
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
# djangorestframework
# drf-yasg
djangorestframework==3.16.1
djangorestframework==3.17.1
# via
# -r requirements/base.in
# drf-yasg
drf-yasg==1.21.15
# via -r requirements/base.in
inflection==0.5.1
# via drf-yasg
packaging==26.0
packaging==26.2
# via drf-yasg
pytz==2026.1.post1
pytz==2026.2
# via drf-yasg
pyyaml==6.0.3
# via drf-yasg
Expand All @@ -32,5 +32,5 @@ uritemplate==4.2.0
# via drf-yasg

# The following packages are considered to be unsafe in a requirements file:
setuptools==82.0.0
setuptools==83.0.0
# via -r requirements/base.in
22 changes: 12 additions & 10 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,37 @@
#
# make upgrade
#
cachetools==7.0.3
cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
distlib==0.4.3
# via virtualenv
filelock==3.25.0
filelock==3.30.0
# via
# python-discovery
# tox
# virtualenv
packaging==26.0
packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.10.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.1.0
# via virtualenv
python-discovery==1.4.4
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.48.1
tox==4.56.4
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.6.1
# via tox
6 changes: 6 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,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>=5.9.0,<6.0.0
social-auth-core>=4.9.1,<5.0.0
Loading