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 7, 2025
1 parent 03cf226 commit 9d8b40a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 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
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ elasticsearch<7.14.0
# Cause: https://github.com/openedx/edx-lint/issues/458
# This can be unpinned once https://github.com/openedx/edx-lint/issues/459 has been resolved.
pip<24.3

# Cause: https://github.com/openedx/edx-lint/issues/475
# This can be unpinned once https://github.com/openedx/edx-lint/issues/476 has been resolved.
urllib3<2.3.0
1 change: 1 addition & 0 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1208,6 +1208,7 @@ uritemplate==4.1.1
# google-api-python-client
urllib3==1.26.20
# via
# -c requirements/edx/../common_constraints.txt
# botocore
# elasticsearch
# py2neo
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2166,6 +2166,7 @@ uritemplate==4.1.1
# google-api-python-client
urllib3==1.26.20
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/doc.txt
# -r requirements/edx/testing.txt
# botocore
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1522,6 +1522,7 @@ uritemplate==4.1.1
# google-api-python-client
urllib3==1.26.20
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
# botocore
# elasticsearch
Expand Down
3 changes: 2 additions & 1 deletion requirements/edx/semgrep.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,9 @@ 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
# semgrep
wcmatch==8.5.2
Expand Down
1 change: 1 addition & 0 deletions requirements/edx/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1608,6 +1608,7 @@ uritemplate==4.1.1
# google-api-python-client
urllib3==1.26.20
# via
# -c requirements/edx/../common_constraints.txt
# -r requirements/edx/base.txt
# botocore
# elasticsearch
Expand Down
1 change: 1 addition & 0 deletions scripts/user_retirement/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ uritemplate==4.1.1
# via google-api-python-client
urllib3==1.26.20
# via
# -c scripts/user_retirement/requirements/../../../requirements/common_constraints.txt
# -r scripts/user_retirement/requirements/base.in
# botocore
# requests
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 9d8b40a

Please sign in to comment.