Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#36079)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored and mumarkhan999 committed Jan 8, 2025
1 parent 942d23a commit 67c122b
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 3 deletions.
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
7 changes: 7 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,10 @@ social-auth-app-django<=5.4.1
# # Date: 2024-10-14
# # The edx-enterprise is currently using edx-rest-api-client==5.7.1, which needs to be updated first.
# edx-rest-api-client==5.7.1

# Date 2025-01-08
# elasticsearch==7.13.x is downgrading urllib3 from 2.2.3 to 1.26.20
# https://github.com/elastic/elasticsearch-py/blob/v7.13.4/setup.py#L42
# We are pinning this until we can upgrade to a version of elasticsearch that uses a more recent version of urllib3.
# Issue for unpinning: https://github.com/openedx/edx-platform/issues/35126
elasticsearch==7.9.1
1 change: 1 addition & 0 deletions requirements/edx/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,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 @@ -2172,6 +2172,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 @@ -1526,6 +1526,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 @@ -1612,6 +1612,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 67c122b

Please sign in to comment.