chore: update edx-proctoring version

This version of the edx-proctoring library includes a fix to a bug in the onboarding status panel. This bug was preventing the appearance of the onboarding panel in a learner's course outline if an onboarding exam in the course was inaccessible to the learner in such a way that the Learning Sequences API did not return schedule information for the sequence. An onboarding exam that is content gated by enrollment track to an enrollment track in which the learner is not enrolled is an example of this. The bug was that the StudentOnboardingStatusView was not taking into account that an inaccessible sequence might not have a schedule.
This commit is contained in:
Michael Roytman
2021-05-27 09:09:27 -04:00
parent 5d69d858e2
commit 791c535fca
3 changed files with 3 additions and 3 deletions

View File

@@ -458,7 +458,7 @@ edx-organizations==6.9.0
# via -r requirements/edx/base.in
edx-proctoring-proctortrack==1.0.5
# via -r requirements/edx/base.in
edx-proctoring==3.11.2
edx-proctoring==3.11.3
# via
# -r requirements/edx/base.in
# edx-proctoring-proctortrack

View File

@@ -549,7 +549,7 @@ edx-organizations==6.9.0
# via -r requirements/edx/testing.txt
edx-proctoring-proctortrack==1.0.5
# via -r requirements/edx/testing.txt
edx-proctoring==3.11.2
edx-proctoring==3.11.3
# via
# -r requirements/edx/testing.txt
# edx-proctoring-proctortrack

View File

@@ -533,7 +533,7 @@ edx-organizations==6.9.0
# via -r requirements/edx/base.txt
edx-proctoring-proctortrack==1.0.5
# via -r requirements/edx/base.txt
edx-proctoring==3.11.2
edx-proctoring==3.11.3
# via
# -r requirements/edx/base.txt
# edx-proctoring-proctortrack