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 Oct 29, 2024
1 parent d8cf60a commit 10e879c
Show file tree
Hide file tree
Showing 10 changed files with 1,001 additions and 997 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# openedx-events
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.35.45
boto3==1.35.50
# via fs-s3fs
botocore==1.35.45
botocore==1.35.50
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -53,7 +53,7 @@ defusedxml==0.8.0rc2
# social-auth-core
django==4.2.16
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/edx-exams/edx-exams/requirements/common_constraints.txt
# -r requirements/base.in
# django-appconf
# django-config-models
Expand Down Expand Up @@ -87,7 +87,7 @@ django-appconf==1.0.6
# via django-statici18n
django-config-models==2.7.0
# via lti-consumer-xblock
django-cors-headers==4.5.0
django-cors-headers==4.6.0
# via -r requirements/base.in
django-crum==0.7.9
# via
Expand Down Expand Up @@ -146,9 +146,9 @@ edx-django-utils==7.0.0
# edx-rest-api-client
# edx-toggles
# openedx-events
edx-drf-extensions==10.4.0
edx-drf-extensions==10.5.0
# via -r requirements/base.in
edx-event-bus-kafka==5.8.1
edx-event-bus-kafka==6.0.0
# via -r requirements/base.in
edx-event-bus-redis==0.5.1
# via -r requirements/base.in
Expand Down Expand Up @@ -279,7 +279,7 @@ pyyaml==6.0.2
# drf-yasg
# edx-django-release-util
# xblock
redis==5.1.1
redis==5.2.0
# via walrus
requests==2.32.3
# via
Expand Down Expand Up @@ -340,7 +340,7 @@ web-fragments==2.2.0
# via xblock
webencodings==0.5.1
# via bleach
webob==1.8.8
webob==1.8.9
# via xblock
xblock==5.1.0
# via lti-consumer-xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,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 @@ -30,3 +30,7 @@ elasticsearch<7.14.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 10e879c

Please sign in to comment.