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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ attrs==24.2.0
# via openedx-events
bleach==6.2.0
# via -r requirements/base.in
boto3==1.35.54
boto3==1.35.63
# via -r requirements/base.in
botocore==1.35.54
botocore==1.35.63
# via
# boto3
# s3transfer
Expand All @@ -28,7 +28,7 @@ click==8.1.7
# via
# code-annotations
# edx-django-utils
code-annotations==1.8.0
code-annotations==1.8.1
# via edx-toggles
defusedxml==0.7.1
# via -r requirements/base.in
Expand Down Expand Up @@ -61,7 +61,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/base.in
django-waffle==4.1.0
django-waffle==4.2.0
# via
# edx-django-utils
# edx-toggles
Expand Down Expand Up @@ -125,7 +125,7 @@ lxml[html-clean]==5.3.0
# edx-i18n-tools
# lxml-html-clean
# xblock
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via lxml
mako==1.3.6
# via xblock
Expand Down Expand Up @@ -196,7 +196,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.5.1
sqlparse==0.5.2
# via django
stevedore==5.3.0
# via
Expand Down Expand Up @@ -227,5 +227,5 @@ xblock==5.1.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0
setuptools==75.5.0
# via fs
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
Expand All @@ -39,7 +39,7 @@ idna==2.8
# via
# -c requirements/constraints.txt
# requests
packaging==24.1
packaging==24.2
# via
# -r requirements/tox.txt
# pyproject-api
Expand Down Expand Up @@ -69,5 +69,5 @@ virtualenv==20.27.1
# tox

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/ci.in
9 changes: 1 addition & 8 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# A central location for most common version constraints
# (across edx repos) for pip-installation.
#
Expand All @@ -11,7 +12,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 @@ -23,13 +23,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
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jinja2==3.1.4
# via sphinx
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 Expand Up @@ -103,5 +103,5 @@ uvicorn==0.32.0
# via sphinx-autobuild
watchfiles==0.24.0
# via sphinx-autobuild
websockets==13.1
websockets==14.1
# via sphinx-autobuild
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
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/edx-ora2/edx-ora2/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
setuptools==75.5.0
# via -r requirements/pip.in
24 changes: 12 additions & 12 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
Expand Down Expand Up @@ -38,12 +38,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.2.0
# via -r requirements/test.txt
boto3==1.35.54
boto3==1.35.63
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.35.54
botocore==1.35.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -99,7 +99,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/test.txt
# edx-lint
Expand All @@ -112,7 +112,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -163,7 +163,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -204,7 +204,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==30.8.2
faker==33.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -277,7 +277,7 @@ lxml[html-clean]==5.3.0
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via
# -r requirements/test.txt
# lxml
Expand Down Expand Up @@ -318,7 +318,7 @@ openedx-events==9.15.0
# via -r requirements/test.txt
openedx-filters==1.11.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pyproject-api
Expand Down Expand Up @@ -479,7 +479,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -552,7 +552,7 @@ webob==1.8.9
# -r requirements/test.txt
# xblock
# xblock-sdk
werkzeug==3.1.1
werkzeug==3.1.3
# via
# -r requirements/test.txt
# moto
Expand All @@ -568,5 +568,5 @@ xmltodict==0.14.2
# moto

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0
setuptools==75.5.0
# via fs
22 changes: 11 additions & 11 deletions requirements/test-acceptance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
amqp==5.2.0
amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
Expand Down Expand Up @@ -34,12 +34,12 @@ binaryornot==0.4.4
# cookiecutter
bleach==6.2.0
# via -r requirements/test.txt
boto3==1.35.54
boto3==1.35.63
# via
# -r requirements/test.txt
# fs-s3fs
# moto
botocore==1.35.54
botocore==1.35.63
# via
# -r requirements/test.txt
# boto3
Expand Down Expand Up @@ -91,7 +91,7 @@ click-repl==0.3.0
# via
# -r requirements/test.txt
# celery
code-annotations==1.8.0
code-annotations==1.8.1
# via
# -r requirements/test.txt
# edx-toggles
Expand All @@ -103,7 +103,7 @@ cookiecutter==2.6.0
# via
# -r requirements/test.txt
# xblock-sdk
coverage[toml]==7.6.4
coverage[toml]==7.6.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -153,7 +153,7 @@ django-simple-history==3.1.1
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
django-waffle==4.1.0
django-waffle==4.2.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -192,7 +192,7 @@ edx-toggles==5.2.0
# via -r requirements/test.txt
factory-boy==3.3.1
# via -r requirements/test.txt
faker==30.8.2
faker==33.0.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -263,7 +263,7 @@ lxml[html-clean]==5.3.0
# lxml-html-clean
# xblock
# xblock-sdk
lxml-html-clean==0.3.1
lxml-html-clean==0.4.1
# via
# -r requirements/test.txt
# lxml
Expand Down Expand Up @@ -302,7 +302,7 @@ openedx-events==9.15.0
# via -r requirements/test.txt
openedx-filters==1.11.0
# via -r requirements/test.txt
packaging==24.1
packaging==24.2
# via
# -r requirements/test.txt
# pyproject-api
Expand Down Expand Up @@ -448,7 +448,7 @@ six==1.16.0
# html5lib
# python-dateutil
# python-swiftclient
sqlparse==0.5.1
sqlparse==0.5.2
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -519,7 +519,7 @@ webob==1.8.9
# -r requirements/test.txt
# xblock
# xblock-sdk
werkzeug==3.1.1
werkzeug==3.1.3
# via
# -r requirements/test.txt
# moto
Expand Down
Loading
Loading