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 5, 2024
1 parent b8d879f commit 1f66b46
Show file tree
Hide file tree
Showing 8 changed files with 604 additions and 614 deletions.
28 changes: 14 additions & 14 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ asgiref==3.8.1
# django-cors-headers
beautifulsoup4==4.12.3
# via wagtail
boto3==1.35.45
boto3==1.35.54
# via -r requirements/base.in
botocore==1.35.45
botocore==1.35.54
# via
# boto3
# s3transfer
Expand All @@ -39,8 +39,8 @@ defusedxml==0.8.0rc2
# willow
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
# -c /home/runner/work/portal-designer/portal-designer/requirements/common_constraints.txt
# -c /home/runner/work/portal-designer/portal-designer/requirements/constraints.txt
# -r requirements/base.in
# django-cors-headers
# django-crum
Expand All @@ -63,7 +63,7 @@ django==4.2.16
# laces
# social-auth-app-django
# wagtail
django-cors-headers==4.5.0
django-cors-headers==4.6.0
# via -r requirements/base.in
django-crum==0.7.9
# via edx-django-utils
Expand All @@ -77,7 +77,7 @@ django-permissionedforms==0.1
# via wagtail
django-storages==1.14.4
# via -r requirements/base.in
django-taggit==5.0.1
django-taggit==6.1.0
# via wagtail
django-treebeard==4.7.1
# via wagtail
Expand Down Expand Up @@ -115,15 +115,15 @@ edx-django-utils==7.0.0
# -r requirements/base.in
# edx-drf-extensions
# edx-rest-api-client
edx-drf-extensions==10.4.0
edx-drf-extensions==10.5.0
# via -r requirements/base.in
edx-opaque-keys==2.11.0
# via edx-drf-extensions
edx-rest-api-client==4.0.1
# via
# -c requirements/constraints.txt
# -c /home/runner/work/portal-designer/portal-designer/requirements/constraints.txt
# -r requirements/base.in
et-xmlfile==1.1.0
et-xmlfile==2.0.0
# via openpyxl
filetype==1.2.0
# via willow
Expand Down Expand Up @@ -159,7 +159,7 @@ packaging==24.1
# via drf-yasg
pbr==6.1.0
# via stevedore
pillow==10.4.0
pillow==11.0.0
# via
# pillow-heif
# wagtail
Expand Down Expand Up @@ -237,7 +237,7 @@ stevedore==5.3.0
# edx-opaque-keys
telepath==0.3.1
# via wagtail
typeguard==4.3.0
typeguard==4.4.1
# via inflect
typing-extensions==4.12.2
# via
Expand All @@ -247,12 +247,12 @@ uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.20
# via
# -c requirements/constraints.txt
# -c /home/runner/work/portal-designer/portal-designer/requirements/constraints.txt
# botocore
# requests
wagtail==6.2.2
wagtail==6.3
# via -r requirements/base.in
willow[heif]==1.8.0
willow[heif]==1.9.0
# via
# wagtail
# willow
Expand Down
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 1f66b46

Please sign in to comment.