feat: Upgrade edx-proctoring Library to Version 3.17.0 (#28030)

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

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.
This commit is contained in:
Michael Roytman
2021-06-25 10:54:56 -04:00
committed by GitHub
parent 69580aa592
commit e286e1ce28
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.0
# 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.0
# 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.0
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack