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 Jan 7, 2025
1 parent 942d23a commit eda9db0
Show file tree
Hide file tree
Showing 8 changed files with 15 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
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 eda9db0

Please sign in to comment.