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 929831e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 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/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

0 comments on commit 929831e

Please sign in to comment.