Skip to content

Commit

Permalink
chore: Run make compile-requirements to update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rijuma committed Jan 8, 2025
1 parent 592f1c1 commit de3c7e4
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 12 deletions.
5 changes: 0 additions & 5 deletions lms/djangoapps/courseware/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
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
Expand All @@ -17,9 +15,6 @@
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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ edx-when==2.5.0
# edx-proctoring
edxval==2.7.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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ edxval==2.7.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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ edx-when==2.5.0
# edx-proctoring
edxval==2.7.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
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ typing-extensions==4.12.2
# via
# opentelemetry-sdk
# semgrep
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/edx/../common_constraints.txt
# requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ edx-when==2.5.0
# edx-proctoring
edxval==2.7.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
Expand Down
6 changes: 4 additions & 2 deletions scripts/xblock/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit de3c7e4

Please sign in to comment.