Merge pull request #20940 from edx/matthugs/add-grade-bulk-management-history-endpoint
LMS bulk grade endpoint hygiene & CSM key exhaustion updates
This commit is contained in:
@@ -156,3 +156,4 @@ xblock-utils # Provides utilities used by the Discussion
|
||||
xss-utils # https://github.com/edx/edx-platform/pull/20633 Fix XSS via Translations
|
||||
zendesk # Python API for the Zendesk customer support system
|
||||
geoip2==2.9.0 # Python API for the GeoIP web services and databases
|
||||
edx-bulk-grades # LMS REST API for managing bulk grading operations
|
||||
@@ -96,7 +96,7 @@ docutils==0.14 # via botocore
|
||||
drf-yasg==1.16.0
|
||||
edx-ace==0.1.10
|
||||
edx-analytics-data-api-client==0.15.3
|
||||
edx-bulk-grades==0.1.4
|
||||
edx-bulk-grades==0.1.5
|
||||
edx-ccx-keys==0.2.2
|
||||
edx-celeryutils==0.2.7
|
||||
edx-completion==2.0.0
|
||||
@@ -232,7 +232,7 @@ soupsieve==1.9.2 # via beautifulsoup4
|
||||
sqlparse==0.3.0
|
||||
staff-graded-xblock==0.3
|
||||
stevedore==1.30.1
|
||||
super-csv==0.4
|
||||
super-csv==0.5.1
|
||||
sympy==1.4
|
||||
tincan==0.0.5 # via edx-enterprise
|
||||
unicodecsv==0.14.1
|
||||
|
||||
@@ -116,7 +116,7 @@ docutils==0.14
|
||||
drf-yasg==1.16.0
|
||||
edx-ace==0.1.10
|
||||
edx-analytics-data-api-client==0.15.3
|
||||
edx-bulk-grades==0.1.4
|
||||
edx-bulk-grades==0.1.5
|
||||
edx-ccx-keys==0.2.2
|
||||
edx-celeryutils==0.2.7
|
||||
edx-completion==2.0.0
|
||||
@@ -307,7 +307,7 @@ sphinxcontrib-websupport==1.1.2 # via sphinx
|
||||
sqlparse==0.3.0
|
||||
staff-graded-xblock==0.3
|
||||
stevedore==1.30.1
|
||||
super-csv==0.4
|
||||
super-csv==0.5.1
|
||||
sympy==1.4
|
||||
testfixtures==6.10.0
|
||||
text-unidecode==1.2
|
||||
|
||||
@@ -112,7 +112,7 @@ docutils==0.14
|
||||
drf-yasg==1.16.0
|
||||
edx-ace==0.1.10
|
||||
edx-analytics-data-api-client==0.15.3
|
||||
edx-bulk-grades==0.1.4
|
||||
edx-bulk-grades==0.1.5
|
||||
edx-ccx-keys==0.2.2
|
||||
edx-celeryutils==0.2.7
|
||||
edx-completion==2.0.0
|
||||
@@ -294,7 +294,7 @@ soupsieve==1.9.2
|
||||
sqlparse==0.3.0
|
||||
staff-graded-xblock==0.3
|
||||
stevedore==1.30.1
|
||||
super-csv==0.4
|
||||
super-csv==0.5.1
|
||||
sympy==1.4
|
||||
testfixtures==6.10.0
|
||||
text-unidecode==1.2 # via faker
|
||||
|
||||
Reference in New Issue
Block a user