From c5e7c71983ab7dd2dda4aa6dfb3690857c714943 Mon Sep 17 00:00:00 2001
From: Matt Hughes <mhughes@edx.org>
Date: Thu, 13 Jun 2019 16:45:20 -0400
Subject: [PATCH] Backend-specific dashboard launches depend on the name field

... being set and fail if there is none. We were drawing in this
information from the auth_user.first_name and .last_name fields, which
are deprecated on the edX platform.
---
 requirements/edx/base.txt        | 2 +-
 requirements/edx/development.txt | 2 +-
 requirements/edx/testing.txt     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt
index 03e967ce9ed..f5a595c33b2 100644
--- a/requirements/edx/base.txt
+++ b/requirements/edx/base.txt
@@ -112,7 +112,7 @@ edx-oauth2-provider==1.2.2
 edx-opaque-keys[django]==1.0.1
 edx-organizations==2.0.3
 edx-proctoring-proctortrack==1.0.5
-edx-proctoring==2.0.3
+edx-proctoring==2.0.4
 edx-rbac==0.2.1           # via edx-enterprise
 edx-rest-api-client==1.9.2
 edx-search==1.2.2
diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt
index 5d6590be663..5ad877d7efb 100644
--- a/requirements/edx/development.txt
+++ b/requirements/edx/development.txt
@@ -133,7 +133,7 @@ edx-oauth2-provider==1.2.2
 edx-opaque-keys[django]==1.0.1
 edx-organizations==2.0.3
 edx-proctoring-proctortrack==1.0.5
-edx-proctoring==2.0.3
+edx-proctoring==2.0.4
 edx-rbac==0.2.1
 edx-rest-api-client==1.9.2
 edx-search==1.2.2
diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt
index cafad61f212..17829cb9442 100644
--- a/requirements/edx/testing.txt
+++ b/requirements/edx/testing.txt
@@ -129,7 +129,7 @@ edx-oauth2-provider==1.2.2
 edx-opaque-keys[django]==1.0.1
 edx-organizations==2.0.3
 edx-proctoring-proctortrack==1.0.5
-edx-proctoring==2.0.3
+edx-proctoring==2.0.4
 edx-rbac==0.2.1
 edx-rest-api-client==1.9.2
 edx-search==1.2.2
-- 
GitLab