feat: Upgrade edx-proctoring Library to Version 3.17.1

This pull request upgrade the version of the edx-proctoring library from 3.14.0 to 3.17.1.

This includes the following changes.

GET and POST endpoints are added for to bulk get and bulk create allowances.
A bug in the exam attempt API where total time allowed for the exam would not include allowance time is fixed.
Internal logic for determing learners' onboarding statuses for the course onboarding API is replaced with a provider onboarding API.
A bug in the JSON parsing of error messages returned by the course onboarding API is fixed.
This commit is contained in:
Michael Roytman
2021-06-25 16:42:35 -04:00
parent a45dbdbbcf
commit 45ea340272
3 changed files with 3 additions and 3 deletions

View File

@@ -454,7 +454,7 @@ edx-opaque-keys[django]==2.2.1
# xmodule
edx-organizations==6.9.0
# via -r requirements/edx/base.in
edx-proctoring==3.14.0
edx-proctoring==3.17.1
# via
# -r requirements/edx/base.in
# edx-proctoring-proctortrack

View File

@@ -542,7 +542,7 @@ edx-opaque-keys[django]==2.2.1
# xmodule
edx-organizations==6.9.0
# via -r requirements/edx/testing.txt
edx-proctoring==3.14.0
edx-proctoring==3.17.1
# via
# -r requirements/edx/testing.txt
# edx-proctoring-proctortrack

View File

@@ -528,7 +528,7 @@ edx-opaque-keys[django]==2.2.1
# xmodule
edx-organizations==6.9.0
# via -r requirements/edx/base.txt
edx-proctoring==3.14.0
edx-proctoring==3.17.1
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack