chore: Run make compile-requirements to update dependencies
This commit is contained in:
@@ -5,8 +5,6 @@ import datetime
|
||||
import hashlib
|
||||
import logging
|
||||
|
||||
from time import time
|
||||
|
||||
from django.conf import settings
|
||||
from django.http import HttpResponse, HttpResponseBadRequest
|
||||
from edx_rest_api_client.client import OAuthAPIClient
|
||||
@@ -17,9 +15,6 @@ from xmodule.partitions.partitions import \
|
||||
ENROLLMENT_TRACK_PARTITION_ID # lint-amnesty, pylint: disable=wrong-import-order
|
||||
from xmodule.partitions.partitions_service import PartitionService # lint-amnesty, pylint: disable=wrong-import-order
|
||||
|
||||
from jwkest import Expired, Invalid, MissingKey, jwk
|
||||
from jwkest.jws import JWS
|
||||
|
||||
from common.djangoapps.course_modes.models import CourseMode
|
||||
from lms.djangoapps.commerce.utils import EcommerceService
|
||||
from lms.djangoapps.courseware.config import ENABLE_NEW_FINANCIAL_ASSISTANCE_FLOW
|
||||
|
||||
@@ -545,7 +545,7 @@ edx-when==2.5.1
|
||||
# edx-proctoring
|
||||
edxval==2.9.0
|
||||
# via -r requirements/edx/kernel.in
|
||||
elasticsearch==7.13.4
|
||||
elasticsearch==7.9.1
|
||||
# via
|
||||
# -c requirements/edx/../common_constraints.txt
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -857,7 +857,7 @@ edxval==2.9.0
|
||||
# via
|
||||
# -r requirements/edx/doc.txt
|
||||
# -r requirements/edx/testing.txt
|
||||
elasticsearch==7.13.4
|
||||
elasticsearch==7.9.1
|
||||
# via
|
||||
# -c requirements/edx/../common_constraints.txt
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -636,7 +636,7 @@ edx-when==2.5.1
|
||||
# edx-proctoring
|
||||
edxval==2.9.0
|
||||
# via -r requirements/edx/base.txt
|
||||
elasticsearch==7.13.4
|
||||
elasticsearch==7.9.1
|
||||
# via
|
||||
# -c requirements/edx/../common_constraints.txt
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -125,7 +125,7 @@ typing-extensions==4.12.2
|
||||
# opentelemetry-sdk
|
||||
# referencing
|
||||
# semgrep
|
||||
urllib3==2.3.0
|
||||
urllib3==2.2.3
|
||||
# via
|
||||
# -c requirements/edx/../common_constraints.txt
|
||||
# requests
|
||||
|
||||
@@ -659,7 +659,7 @@ edx-when==2.5.1
|
||||
# edx-proctoring
|
||||
edxval==2.9.0
|
||||
# via -r requirements/edx/base.txt
|
||||
elasticsearch==7.13.4
|
||||
elasticsearch==7.9.1
|
||||
# via
|
||||
# -c requirements/edx/../common_constraints.txt
|
||||
# -c requirements/edx/../constraints.txt
|
||||
|
||||
@@ -14,5 +14,7 @@ idna==3.10
|
||||
# via requests
|
||||
requests==2.32.3
|
||||
# via -r scripts/xblock/requirements.in
|
||||
urllib3==2.3.0
|
||||
# via requests
|
||||
urllib3==2.2.3
|
||||
# via
|
||||
# -c scripts/xblock/../../requirements/common_constraints.txt
|
||||
# requests
|
||||
|
||||
Reference in New Issue
Block a user