Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 3, 2024
1 parent c08a92f commit 1ff4c38
Show file tree
Hide file tree
Showing 7 changed files with 237 additions and 233 deletions.
8 changes: 4 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.49
boto3==1.35.54
# via fs-s3fs
botocore==1.35.49
botocore==1.35.54
# via
# boto3
# s3transfer
Expand All @@ -30,7 +30,7 @@ cookiecutter==2.6.0
# via -r requirements/base.in
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/xblock-sdk/xblock-sdk/requirements/common_constraints.txt
# -r requirements/base.in
# openedx-django-pyfs
fs==2.4.16
Expand Down Expand Up @@ -90,7 +90,7 @@ requests==2.32.3
# via
# -r requirements/base.in
# cookiecutter
rich==13.9.3
rich==13.9.4
# via cookiecutter
s3transfer==0.10.3
# via boto3
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ pyproject-api==1.8.0
# via tox
tox==4.23.2
# via -r requirements/ci.in
virtualenv==20.27.0
virtualenv==20.27.1
# via tox
4 changes: 4 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ django-simple-history==3.0.0
# This can be unpinned once https://github.com/openedx/edx-platform/issues/34586
# has been resolved and edx-platform is running with pymongo>=4.4.0
event-tracking<2.4.1

# 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
Loading

0 comments on commit 1ff4c38

Please sign in to comment.