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

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/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ bleach==6.2.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
boto3==1.35.54
boto3==1.35.59
# via
# -r requirements/production.txt
# django-ses
botocore==1.35.54
botocore==1.35.59
# via
# -r requirements/production.txt
# boto3
Expand Down Expand Up @@ -346,7 +346,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/dev.txt
faker==30.8.2
faker==32.1.0
# via
# -r requirements/dev.txt
# factory-boy
Expand All @@ -360,7 +360,7 @@ filelock==3.16.1
# -r requirements/dev.txt
# tox
# virtualenv
firebase-admin==6.5.0
firebase-admin==6.6.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -369,9 +369,9 @@ fontawesomefree==6.6.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
gevent==24.10.3
gevent==24.11.1
# via -r requirements/production.txt
google-api-core[grpc]==2.22.0
google-api-core[grpc]==2.23.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand All @@ -380,12 +380,12 @@ google-api-core[grpc]==2.22.0
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.151.0
google-api-python-client==2.152.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
# firebase-admin
google-auth==2.35.0
google-auth==2.36.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -427,7 +427,7 @@ google-resumable-media==2.7.2
# -r requirements/dev.txt
# -r requirements/production.txt
# google-cloud-storage
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -524,7 +524,7 @@ mypy-extensions==1.0.0
# -r requirements/dev.txt
# black
# mypy
mysqlclient==2.2.5
mysqlclient==2.2.6
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down Expand Up @@ -556,7 +556,7 @@ openedx-events==9.15.0
# -r requirements/production.txt
# edx-event-bus-kafka
# edx-event-bus-redis
packaging==24.1
packaging==24.2
# via
# -r requirements/dev.txt
# -r requirements/production.txt
Expand Down
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,20 +178,20 @@ edx-toggles==5.2.0
# edx-event-bus-redis
fastavro==1.9.7
# via openedx-events
firebase-admin==6.5.0
firebase-admin==6.6.0
# via edx-ace
fontawesomefree==6.6.0
# via -r requirements/base.in
google-api-core[grpc]==2.22.0
google-api-core[grpc]==2.23.0
# via
# firebase-admin
# google-api-python-client
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.151.0
google-api-python-client==2.152.0
# via firebase-admin
google-auth==2.35.0
google-auth==2.36.0
# via
# google-api-core
# google-api-python-client
Expand All @@ -215,7 +215,7 @@ google-crc32c==1.6.0
# google-resumable-media
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
# via
# google-api-core
# grpcio-status
Expand Down Expand Up @@ -250,7 +250,7 @@ markupsafe==3.0.2
# via jinja2
msgpack==1.1.0
# via cachecontrol
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements/base.in
newrelic==10.2.0
# via
Expand All @@ -269,7 +269,7 @@ openedx-events==9.15.0
# -r requirements/base.in
# edx-event-bus-kafka
# edx-event-bus-redis
packaging==24.1
packaging==24.2
# via drf-yasg
path==16.16.0
# via edx-i18n-tools
Expand Down
8 changes: 0 additions & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# Note: Changes to this file will automatically be used by other repos, referencing
# this file from Github directly. It does not require packaging in edx-lint.


# using LTS django version
Django<5.0

Expand All @@ -27,13 +26,6 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected

# Cause: https://github.com/openedx/event-tracking/pull/290
# event-tracking 2.4.1 upgrades to pymongo 4.4.0 which is not supported on edx-platform.
# We will pin event-tracking to do not break existing installations
# 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
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
factory-boy==3.3.1
# via -r requirements/test.txt
faker==30.8.2
faker==32.1.0
# via
# -r requirements/test.txt
# factory-boy
Expand All @@ -273,25 +273,25 @@ filelock==3.16.1
# -r requirements/test.txt
# tox
# virtualenv
firebase-admin==6.5.0
firebase-admin==6.6.0
# via
# -r requirements/test.txt
# edx-ace
fontawesomefree==6.6.0
# via -r requirements/test.txt
google-api-core[grpc]==2.22.0
google-api-core[grpc]==2.23.0
# via
# -r requirements/test.txt
# firebase-admin
# google-api-python-client
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.151.0
google-api-python-client==2.152.0
# via
# -r requirements/test.txt
# firebase-admin
google-auth==2.35.0
google-auth==2.36.0
# via
# -r requirements/test.txt
# google-api-core
Expand Down Expand Up @@ -326,7 +326,7 @@ google-resumable-media==2.7.2
# via
# -r requirements/test.txt
# google-cloud-storage
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
# via
# -r requirements/test.txt
# google-api-core
Expand Down Expand Up @@ -399,7 +399,7 @@ mypy-extensions==1.0.0
# -r requirements/test.txt
# black
# mypy
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements/test.txt
newrelic==10.2.0
# via
Expand All @@ -421,7 +421,7 @@ openedx-events==9.15.0
# -r requirements/test.txt
# edx-event-bus-kafka
# edx-event-bus-redis
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# black
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jsx-lexer==2.0.1
# via -r requirements/docs.in
markupsafe==3.0.2
# via jinja2
packaging==24.1
packaging==24.2
# via sphinx
pydata-sphinx-theme==0.16.0
# via sphinx-book-theme
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
wheel==0.44.0
wheel==0.45.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/credentials/credentials/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build==1.2.2.post1
# via pip-tools
click==8.1.7
# via pip-tools
packaging==24.1
packaging==24.2
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.44.0
wheel==0.45.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
20 changes: 10 additions & 10 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ backoff==2.2.1
# segment-analytics-python
bleach==6.2.0
# via -r requirements/base.txt
boto3==1.35.54
boto3==1.35.59
# via django-ses
botocore==1.35.54
botocore==1.35.59
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -222,27 +222,27 @@ fastavro==1.9.7
# via
# -r requirements/base.txt
# openedx-events
firebase-admin==6.5.0
firebase-admin==6.6.0
# via
# -r requirements/base.txt
# edx-ace
fontawesomefree==6.6.0
# via -r requirements/base.txt
gevent==24.10.3
gevent==24.11.1
# via -r requirements/production.in
google-api-core[grpc]==2.22.0
google-api-core[grpc]==2.23.0
# via
# -r requirements/base.txt
# firebase-admin
# google-api-python-client
# google-cloud-core
# google-cloud-firestore
# google-cloud-storage
google-api-python-client==2.151.0
google-api-python-client==2.152.0
# via
# -r requirements/base.txt
# firebase-admin
google-auth==2.35.0
google-auth==2.36.0
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -277,7 +277,7 @@ google-resumable-media==2.7.2
# via
# -r requirements/base.txt
# google-cloud-storage
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
# via
# -r requirements/base.txt
# google-api-core
Expand Down Expand Up @@ -337,7 +337,7 @@ msgpack==1.1.0
# via
# -r requirements/base.txt
# cachecontrol
mysqlclient==2.2.5
mysqlclient==2.2.6
# via -r requirements/base.txt
newrelic==10.2.0
# via
Expand All @@ -362,7 +362,7 @@ openedx-events==9.15.0
# -r requirements/base.txt
# edx-event-bus-kafka
# edx-event-bus-redis
packaging==24.1
packaging==24.2
# via
# -r requirements/base.txt
# drf-yasg
Expand Down
Loading