Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Jan 13, 2025
1 parent 9e06468 commit fb2cf53
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 17 deletions.
9 changes: 5 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# via django
binaryornot==0.4.4
# via cookiecutter
boto3==1.35.92
boto3==1.35.97
# via fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -69,7 +69,7 @@ mdurl==0.1.2
# via markdown-it-py
openedx-django-pyfs==3.7.0
# via xblock
pygments==2.18.0
pygments==2.19.1
# via rich
pypng==0.20220715.0
# via -r requirements/base.in
Expand Down Expand Up @@ -109,8 +109,9 @@ text-unidecode==1.3
# via python-slugify
types-python-dateutil==2.9.0.20241206
# via arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# botocore
# requests
web-fragments==2.2.0
Expand Down
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ django-simple-history==3.0.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
9 changes: 5 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ binaryornot==0.4.4
# -r requirements/base.txt
# -r requirements/test.txt
# cookiecutter
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/base.txt
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -217,7 +217,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -340,8 +340,9 @@ types-python-dateutil==2.9.0.20241206
# -r requirements/base.txt
# -r requirements/test.txt
# arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# -r requirements/test.txt
# botocore
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ pip==24.2
# via
# -c /home/runner/work/xblock-sdk/xblock-sdk/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.6.0
setuptools==75.8.0
# via -r requirements/pip.in
9 changes: 5 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ binaryornot==0.4.4
# via
# -r requirements/test.txt
# cookiecutter
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/test.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -185,7 +185,7 @@ pycodestyle==2.12.1
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/test.txt
# rich
Expand Down Expand Up @@ -285,8 +285,9 @@ types-python-dateutil==2.9.0.20241206
# via
# -r requirements/test.txt
# arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
# botocore
# requests
Expand Down
9 changes: 5 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ binaryornot==0.4.4
# via
# -r requirements/base.txt
# cookiecutter
boto3==1.35.92
boto3==1.35.97
# via
# -r requirements/base.txt
# fs-s3fs
botocore==1.35.92
botocore==1.35.97
# via
# -r requirements/base.txt
# boto3
Expand Down Expand Up @@ -143,7 +143,7 @@ pluggy==1.5.0
# via
# pytest
# tox
pygments==2.18.0
pygments==2.19.1
# via
# -r requirements/base.txt
# rich
Expand Down Expand Up @@ -217,8 +217,9 @@ types-python-dateutil==2.9.0.20241206
# via
# -r requirements/base.txt
# arrow
urllib3==2.3.0
urllib3==2.2.3
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# botocore
# requests
Expand Down

0 comments on commit fb2cf53

Please sign in to comment.