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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user