diff --git a/common/lib/capa/capa/responsetypes.py b/common/lib/capa/capa/responsetypes.py index 9f47f49ca4..3e4d6fc937 100644 --- a/common/lib/capa/capa/responsetypes.py +++ b/common/lib/capa/capa/responsetypes.py @@ -2546,7 +2546,7 @@ class SymbolicResponse(CustomResponse): super(SymbolicResponse, self).setup_response() # lint-amnesty, pylint: disable=super-with-arguments def execute_check_function(self, idset, submission): - from symmath.symmath_check import symmath_check + from symmath import symmath_check try: # Since we have limited max_inputfields to 1, # we can assume that there is only one submission diff --git a/requirements/edx-sandbox/py38.txt b/requirements/edx-sandbox/py38.txt index 5e20e359c2..69b77bc712 100644 --- a/requirements/edx-sandbox/py38.txt +++ b/requirements/edx-sandbox/py38.txt @@ -54,7 +54,7 @@ numpy==1.16.6 # matplotlib # openedx-calc # scipy -openedx-calc==3.0.0 +openedx-calc==3.0.1 # via -r requirements/edx-sandbox/py38.in pillow==9.0.1 # via matplotlib diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index a27af7eb6f..211655c8e4 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -702,7 +702,7 @@ oauthlib==3.0.1 # lti-consumer-xblock # requests-oauthlib # social-auth-core -openedx-calc==3.0.0 +openedx-calc==3.0.1 # via -r requirements/edx/base.in openedx-events==0.7.1 # via -r requirements/edx/base.in diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index 6e4c24179a..57d079c0b0 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -936,7 +936,7 @@ oauthlib==3.0.1 # lti-consumer-xblock # requests-oauthlib # social-auth-core -openedx-calc==3.0.0 +openedx-calc==3.0.1 # via -r requirements/edx/testing.txt openedx-events==0.7.1 # via -r requirements/edx/testing.txt diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 52e999c915..4de78457d5 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -884,7 +884,7 @@ oauthlib==3.0.1 # lti-consumer-xblock # requests-oauthlib # social-auth-core -openedx-calc==3.0.0 +openedx-calc==3.0.1 # via -r requirements/edx/base.txt openedx-events==0.7.1 # via -r requirements/edx/base.txt