Skip to content

Commit

Permalink
chore: python requirements update (#4399)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 29, 2024
1 parent 7ea63c0 commit cc6e734
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 25 deletions.
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
28 changes: 14 additions & 14 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.149
# via django-ses
botocore==1.34.144
botocore==1.34.149
# via
# boto3
# s3transfer
bracex==2.4
# via wcmatch
cachetools==5.3.3
cachetools==5.4.0
# via
# google-auth
# tox
Expand Down Expand Up @@ -230,7 +230,7 @@ django-choices==2.0.0
# via
# -r requirements/base.in
# taxonomy-connector
django-compressor==4.5
django-compressor==4.5.1
# via
# -r requirements/base.in
# django-libsass
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 @@ -451,7 +451,7 @@ glom==22.1.0
# via semgrep
google-api-core==2.19.1
# via google-api-python-client
google-api-python-client==2.137.0
google-api-python-client==2.138.0
# via -r requirements/base.in
google-auth==2.32.0
# via
Expand Down Expand Up @@ -575,7 +575,7 @@ packaging==21.3
# snowflake-connector-python
# sphinx
# tox
path==16.14.0
path==17.0.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
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.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -817,7 +817,7 @@ sniffio==1.3.1
# via trio
snowballstemmer==2.2.0
# via sphinx
snowflake-connector-python==3.11.0
snowflake-connector-python==3.12.0
# via -r requirements/base.in
social-auth-app-django==5.4.2
# via
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
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
pip==24.2
# via -r requirements/pip.in
setuptools==70.3.0
setuptools==71.1.0
# via -r requirements/pip.in
18 changes: 9 additions & 9 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.149
# via django-ses
botocore==1.34.144
botocore==1.34.149
# via
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.4.0
# via google-auth
cairocffi==1.4.0
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ django-choices==2.0.0
# via
# -r requirements/base.in
# taxonomy-connector
django-compressor==4.5
django-compressor==4.5.1
# via
# -r requirements/base.in
# django-libsass
Expand Down Expand Up @@ -365,7 +365,7 @@ gevent==24.2.1
# via -r requirements/production.in
google-api-core==2.19.1
# via google-api-python-client
google-api-python-client==2.137.0
google-api-python-client==2.138.0
# via -r requirements/base.in
google-auth==2.32.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 @@ -610,7 +610,7 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
snowflake-connector-python==3.11.0
snowflake-connector-python==3.12.0
# via -r requirements/base.in
social-auth-app-django==5.4.2
# via
Expand All @@ -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

0 comments on commit cc6e734

Please sign in to comment.