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: python requirements update #4390

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
8 changes: 8 additions & 0 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,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 @@ -30,3 +31,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
20 changes: 10 additions & 10 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ asgiref==3.8.1
# django-countries
asn1crypto==1.5.1
# via snowflake-connector-python
astroid==3.2.3
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -73,15 +73,15 @@ boltons==21.0.0
# face
# glom
# semgrep
boto3==1.34.144
boto3==1.34.145
# via django-ses
botocore==1.34.144
botocore==1.34.145
# via
# boto3
# s3transfer
bracex==2.4
# via wcmatch
cachetools==5.3.3
cachetools==5.4.0
# via
# google-auth
# tox
Expand Down Expand Up @@ -389,7 +389,7 @@ edx-event-bus-redis==0.5.0
# via -r requirements/base.in
edx-i18n-tools==1.6.0
# via -r requirements/local.in
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 @@ -639,7 +639,7 @@ pyjwt[crypto]==2.8.0
# simple-salesforce
# snowflake-connector-python
# social-auth-core
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -661,7 +661,7 @@ pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pyopenssl==24.1.0
pyopenssl==24.2.1
# via snowflake-connector-python
pyparsing==3.1.2
# via
Expand All @@ -673,7 +673,7 @@ pyrsistent==0.20.0
# via jsonschema
pysocks==1.7.1
# via urllib3
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -853,7 +853,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.5.0
sqlparse==0.5.1
# via
# django
# django-debug-toolbar
Expand All @@ -862,7 +862,7 @@ stevedore==5.2.0
# code-annotations
# edx-django-utils
# edx-opaque-keys
taxonomy-connector==1.50.0
taxonomy-connector==1.51.0
# via -r requirements/base.in
testfixtures==8.3.0
# via -r requirements/test.in
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
12 changes: 6 additions & 6 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ beautifulsoup4==4.12.3
# taxonomy-connector
billiard==4.2.0
# via celery
boto3==1.34.144
boto3==1.34.145
# via django-ses
botocore==1.34.144
botocore==1.34.145
# via
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.4.0
# via google-auth
cairocffi==1.4.0
# via
Expand Down Expand Up @@ -515,7 +515,7 @@ pymongo==4.8.0
# via edx-opaque-keys
pynacl==1.5.0
# via edx-django-utils
pyopenssl==24.1.0
pyopenssl==24.2.1
# via snowflake-connector-python
pyparsing==3.1.2
# via httplib2
Expand Down Expand Up @@ -624,14 +624,14 @@ sortedcontainers==2.4.0
# via snowflake-connector-python
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
# code-annotations
# edx-django-utils
# edx-opaque-keys
taxonomy-connector==1.50.0
taxonomy-connector==1.51.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
Expand Down
Loading