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

Merged
merged 1 commit into from
Dec 5, 2024
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
20 changes: 10 additions & 10 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ click==8.1.6
# nltk
codejail-includes==1.0.0
# via -r requirements/edx-sandbox/base.in
contourpy==1.3.0
contourpy==1.3.1
# via matplotlib
cryptography==43.0.3
cryptography==44.0.0
# via -r requirements/edx-sandbox/base.in
cycler==0.12.1
# via matplotlib
fonttools==4.54.1
fonttools==4.55.2
# via matplotlib
joblib==1.4.2
# via nltk
Expand All @@ -31,13 +31,13 @@ lxml[html-clean,html_clean]==5.3.0
# -r requirements/edx-sandbox/base.in
# lxml-html-clean
# openedx-calc
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
markupsafe==3.0.2
# via
# chem
# openedx-calc
matplotlib==3.9.2
matplotlib==3.9.3
# via -r requirements/edx-sandbox/base.in
mpmath==1.3.0
# via sympy
Expand All @@ -55,9 +55,9 @@ numpy==1.26.4
# matplotlib
# openedx-calc
# scipy
openedx-calc==3.1.2
openedx-calc==4.0.1
# via -r requirements/edx-sandbox/base.in
packaging==24.1
packaging==24.2
# via matplotlib
pillow==11.0.0
# via matplotlib
Expand All @@ -73,20 +73,20 @@ python-dateutil==2.9.0.post0
# via matplotlib
random2==1.0.2
# via -r requirements/edx-sandbox/base.in
regex==2024.9.11
regex==2024.11.6
# via nltk
scipy==1.14.1
# via
# -r requirements/edx-sandbox/base.in
# chem
# openedx-calc
six==1.16.0
six==1.17.0
# via
# codejail-includes
# python-dateutil
sympy==1.13.3
# via
# -r requirements/edx-sandbox/base.in
# openedx-calc
tqdm==4.66.6
tqdm==4.67.1
# via nltk
2 changes: 1 addition & 1 deletion requirements/edx/assets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ libsass==0.10.0
# -r requirements/edx/assets.in
nodeenv==1.9.1
# via -r requirements/edx/assets.in
six==1.16.0
six==1.17.0
# via libsass
Loading
Loading