Skip to content

Commit

Permalink
Merge pull request openedx#34565 from openedx/feanil/upgrade-chem-ef7…
Browse files Browse the repository at this point in the history
…fbf4

feat: Upgrade Python dependency chem
  • Loading branch information
Feanil Patel authored Apr 22, 2024
2 parents 289fced + bfcd911 commit fa9aaa8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
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

0 comments on commit fa9aaa8

Please sign in to comment.