Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #355

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 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.50
# via -r requirements/base.in
botocore==1.35.45
botocore==1.35.50
# 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 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 @@ -237,7 +237,7 @@ stevedore==5.3.0
# edx-opaque-keys
telepath==0.3.1
# via wagtail
typeguard==4.3.0
typeguard==4.4.0
# 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
# 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
Loading