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

feat: Upgrade Python dependency chem #34565

Merged
merged 1 commit into from
Apr 22, 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
3 changes: 1 addition & 2 deletions requirements/edx-sandbox/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
cffi==1.16.0
# via cryptography
chem==1.2.0
chem==1.3.0
# via -r requirements/edx-sandbox/base.in
click==8.1.6
# via
Expand Down Expand Up @@ -84,7 +84,6 @@ scipy==1.7.3
# openedx-calc
six==1.16.0
# via
# chem
# codejail-includes
# python-dateutil
sympy==1.12
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ charset-normalizer==2.0.12
# -r requirements/edx/paver.txt
# requests
# snowflake-connector-python
chem==1.2.0
chem==1.3.0
# via -r requirements/edx/kernel.in
click==8.1.6
# via
Expand Down Expand Up @@ -1066,7 +1066,6 @@ six==1.16.0
# -r requirements/edx/paver.txt
# analytics-python
# bleach
# chem
# codejail-includes
# crowdsourcehinter-xblock
# edx-ace
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ charset-normalizer==2.0.12
# -r requirements/edx/testing.txt
# requests
# snowflake-connector-python
chem==1.2.0
chem==1.3.0
# via
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
Expand Down Expand Up @@ -1832,7 +1832,6 @@ six==1.16.0
# -r requirements/edx/testing.txt
# analytics-python
# bleach
# chem
# codejail-includes
# crowdsourcehinter-xblock
# edx-ace
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ charset-normalizer==2.0.12
# -r requirements/edx/base.txt
# requests
# snowflake-connector-python
chem==1.2.0
chem==1.3.0
# via -r requirements/edx/base.txt
click==8.1.6
# via
Expand Down Expand Up @@ -1264,7 +1264,6 @@ six==1.16.0
# -r requirements/edx/base.txt
# analytics-python
# bleach
# chem
# codejail-includes
# crowdsourcehinter-xblock
# edx-ace
Expand Down
3 changes: 1 addition & 2 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ charset-normalizer==2.0.12
# -r requirements/edx/base.txt
# requests
# snowflake-connector-python
chem==1.2.0
chem==1.3.0
# via -r requirements/edx/base.txt
click==8.1.6
# via
Expand Down Expand Up @@ -1387,7 +1387,6 @@ six==1.16.0
# -r requirements/edx/base.txt
# analytics-python
# bleach
# chem
# codejail-includes
# crowdsourcehinter-xblock
# edx-ace
Expand Down
Loading