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

Python Requirements Update #519

Closed
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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ coreapi==2.3.3
# openapi-codec
coreschema==0.0.4
# via coreapi
cryptography==42.0.8
cryptography==43.0.0
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -175,7 +175,7 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/base.in
# edx-rbac
edx-enterprise-subsidy-client==0.4.3
edx-enterprise-subsidy-client==0.4.4
# via -r requirements/base.in
edx-event-bus-kafka==5.7.0
# via -r requirements/base.in
Expand Down Expand Up @@ -325,7 +325,7 @@ social-auth-core==4.5.4
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand Down
8 changes: 8 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Django<5.0

# elasticsearch>=7.14.0 includes breaking changes in it which caused issues in discovery upgrade process.
# elastic search changelog: https://www.elastic.co/guide/en/enterprise-search/master/release-notes-7.14.0.html
# See https://github.com/openedx/edx-platform/issues/35126 for more info
elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
Expand All @@ -31,3 +32,10 @@ elasticsearch<7.14.0
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7

# 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
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -38,7 +38,7 @@ build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -118,7 +118,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/validation.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/validation.txt
# pyjwt
Expand All @@ -131,7 +131,7 @@ defusedxml==0.8.0rc2
# -r requirements/validation.txt
# python3-openid
# social-auth-core
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -267,13 +267,13 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/validation.txt
# edx-rbac
edx-enterprise-subsidy-client==0.4.3
edx-enterprise-subsidy-client==0.4.4
# via -r requirements/validation.txt
edx-event-bus-kafka==5.7.0
# via -r requirements/validation.txt
edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/validation.txt
edx-opaque-keys[django]==2.10.0
# via
Expand Down Expand Up @@ -501,7 +501,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/validation.txt
# edx-lint
Expand Down Expand Up @@ -540,7 +540,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -662,7 +662,7 @@ social-auth-core==4.5.4
# -r requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/validation.txt
# django
Expand Down
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -44,7 +44,7 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -121,7 +121,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -270,11 +270,11 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/test.txt
# edx-rbac
edx-enterprise-subsidy-client==0.4.3
edx-enterprise-subsidy-client==0.4.4
# via -r requirements/test.txt
edx-event-bus-kafka==5.7.0
# via -r requirements/test.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.txt
edx-opaque-keys[django]==2.10.0
# via
Expand Down Expand Up @@ -447,7 +447,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -481,7 +481,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -585,7 +585,7 @@ social-auth-core==4.5.4
# social-auth-app-django
soupsieve==2.5
# via beautifulsoup4
sphinx==7.3.7
sphinx==7.4.7
# via
# -r requirements/doc.in
# pydata-sphinx-theme
Expand All @@ -596,15 +596,15 @@ sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-htmlhelp==2.0.6
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.8
# via sphinx
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.3.0
setuptools==71.1.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ coreschema==0.0.4
# via
# -r requirements/base.txt
# coreapi
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -209,7 +209,7 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/base.txt
# edx-rbac
edx-enterprise-subsidy-client==0.4.3
edx-enterprise-subsidy-client==0.4.4
# via -r requirements/base.txt
edx-event-bus-kafka==5.7.0
# via -r requirements/base.txt
Expand Down Expand Up @@ -435,7 +435,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
Expand Down
16 changes: 8 additions & 8 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/test.txt
# django
# django-cors-headers
astroid==3.2.3
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -34,7 +34,7 @@ billiard==4.2.0
# via
# -r requirements/test.txt
# celery
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -111,7 +111,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/test.txt
# pyjwt
Expand Down Expand Up @@ -254,11 +254,11 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/test.txt
# edx-rbac
edx-enterprise-subsidy-client==0.4.3
edx-enterprise-subsidy-client==0.4.4
# via -r requirements/test.txt
edx-event-bus-kafka==5.7.0
# via -r requirements/test.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via
# -r requirements/quality.in
# -r requirements/test.txt
Expand Down Expand Up @@ -454,7 +454,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -488,7 +488,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -597,7 +597,7 @@ social-auth-core==4.5.4
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ asgiref==3.8.1
# -r requirements/base.txt
# django
# django-cors-headers
astroid==3.2.3
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand All @@ -33,7 +33,7 @@ billiard==4.2.0
# via
# -r requirements/base.txt
# celery
cachetools==5.3.3
cachetools==5.4.0
# via tox
celery==5.4.0
# via
Expand Down Expand Up @@ -103,7 +103,7 @@ coverage[toml]==7.6.0
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -238,11 +238,11 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/base.txt
# edx-rbac
edx-enterprise-subsidy-client==0.4.3
edx-enterprise-subsidy-client==0.4.4
# via -r requirements/base.txt
edx-event-bus-kafka==5.7.0
# via -r requirements/base.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.in
edx-opaque-keys[django]==2.10.0
# via
Expand Down Expand Up @@ -389,7 +389,7 @@ pyjwt[crypto]==2.8.0
# edx-drf-extensions
# edx-rest-api-client
# social-auth-core
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -415,7 +415,7 @@ pynacl==1.5.0
# edx-django-utils
pyproject-api==1.7.1
# via tox
pytest==8.2.2
pytest==8.3.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -509,7 +509,7 @@ social-auth-core==4.5.4
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
Expand Down
Loading
Loading