Skip to content
Merged
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
4 changes: 0 additions & 4 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@
# 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

# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.

18 changes: 10 additions & 8 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,19 @@ cffi==2.0.0
# via cryptography
chem==2.0.0
# via -r requirements/edx-sandbox/base.in
click==8.2.1
click==8.3.0
# via nltk
codejail-includes==2.0.0
# via -r requirements/edx-sandbox/base.in
contourpy==1.3.3
# via matplotlib
cryptography==45.0.7
# via -r requirements/edx-sandbox/base.in
# via
# -c requirements/constraints.txt
# -r requirements/edx-sandbox/base.in
cycler==0.12.1
# via matplotlib
fonttools==4.59.2
fonttools==4.60.1
# via matplotlib
joblib==1.5.2
# via nltk
Expand All @@ -30,9 +32,9 @@ lxml[html-clean]==5.3.2
# -r requirements/edx-sandbox/base.in
# lxml-html-clean
# openedx-calc
lxml-html-clean==0.4.2
lxml-html-clean==0.4.3
# via lxml
markupsafe==3.0.2
markupsafe==3.0.3
# via
# chem
# openedx-calc
Expand All @@ -42,7 +44,7 @@ mpmath==1.3.0
# via sympy
networkx==3.5
# via -r requirements/edx-sandbox/base.in
nltk==3.9.1
nltk==3.9.2
# via
# -r requirements/edx-sandbox/base.in
# chem
Expand All @@ -62,7 +64,7 @@ pillow==11.3.0
# via matplotlib
pycparser==2.23
# via cffi
pyparsing==3.2.4
pyparsing==3.2.5
# via
# -r requirements/edx-sandbox/base.in
# chem
Expand All @@ -72,7 +74,7 @@ python-dateutil==2.9.0.post0
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2025.9.1
regex==2025.9.18
# via nltk
scipy==1.16.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/assets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
click==8.2.1
click==8.3.0
# via -r requirements/edx/assets.in
libsass==0.10.0
# via
Expand Down
Loading
Loading