Skip to content

Commit

Permalink
chore: Upgrade Python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Jul 30, 2024
1 parent 140b524 commit 56ae096
Show file tree
Hide file tree
Showing 9 changed files with 96 additions and 88 deletions.
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.141
boto3==1.34.150
# via -r requirements/base.in
botocore==1.34.141
botocore==1.34.150
# via
# boto3
# s3transfer
Expand All @@ -32,7 +32,7 @@ charset-normalizer==3.3.2
# via requests
click==8.1.7
# via edx-django-utils
cryptography==42.0.8
cryptography==43.0.0
# via
# pyjwt
# social-auth-core
Expand Down Expand Up @@ -155,7 +155,7 @@ more-itertools==10.3.0
# via inflect
mysqlclient==2.2.4
# via -r requirements/base.in
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
oauthlib==3.2.2
# via
Expand All @@ -171,7 +171,7 @@ pillow==10.4.0
# via
# pillow-heif
# wagtail
pillow-heif==0.17.0
pillow-heif==0.18.0
# via willow
psutil==6.0.0
# via edx-django-utils
Expand Down Expand Up @@ -226,7 +226,7 @@ six==1.16.0
# python-dateutil
slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.4.1
social-auth-app-django==5.4.2
# via
# -r requirements/base.in
# edx-auth-backends
Expand All @@ -237,7 +237,7 @@ social-auth-core==4.5.4
# social-auth-app-django
soupsieve==2.5
# via beautifulsoup4
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -259,7 +259,7 @@ urllib3==1.26.19
# via
# botocore
# requests
wagtail==6.1.2
wagtail==6.1.3
# via -r requirements/base.in
willow[heif]==1.8.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 @@ -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 @@ django-simple-history==3.0.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
42 changes: 21 additions & 21 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asgiref==3.8.1
# -r requirements/quality.txt
# django
# django-cors-headers
astroid==3.2.2
astroid==3.2.4
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -27,14 +27,14 @@ beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.141
boto3==1.34.150
# via -r requirements/quality.txt
botocore==1.34.141
botocore==1.34.150
# via
# -r requirements/quality.txt
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/quality.txt
# tox
Expand Down Expand Up @@ -75,11 +75,11 @@ colorama==0.4.6
# via
# -r requirements/quality.txt
# tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/quality.txt
# pyjwt
Expand All @@ -90,7 +90,7 @@ defusedxml==0.8.0rc2
# python3-openid
# social-auth-core
# willow
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -134,7 +134,7 @@ django-crum==0.7.9
# via
# -r requirements/quality.txt
# edx-django-utils
django-debug-toolbar==4.4.5
django-debug-toolbar==4.4.6
# via -r requirements/dev.in
django-dynamic-fixture==4.0.1
# via -r requirements/quality.txt
Expand Down Expand Up @@ -204,9 +204,9 @@ edx-django-utils==5.14.2
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/quality.txt
edx-i18n-tools==1.6.0
edx-i18n-tools==1.6.1
# via -r requirements/dev.in
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/quality.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -220,7 +220,7 @@ et-xmlfile==1.1.0
# via
# -r requirements/quality.txt
# openpyxl
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/quality.txt
# pytest
Expand Down Expand Up @@ -284,7 +284,7 @@ lxml[html-clean,html_clean]==5.2.2
# via
# edx-i18n-tools
# lxml-html-clean
lxml-html-clean==0.1.1
lxml-html-clean==0.2.0
# via lxml
markupsafe==2.1.5
# via
Expand All @@ -302,7 +302,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/quality.txt
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -322,7 +322,7 @@ packaging==24.1
# pyproject-api
# pytest
# tox
path==16.14.0
path==17.0.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand All @@ -333,7 +333,7 @@ pillow==10.4.0
# -r requirements/quality.txt
# pillow-heif
# wagtail
pillow-heif==0.17.0
pillow-heif==0.18.0
# via
# -r requirements/quality.txt
# willow
Expand Down Expand Up @@ -373,7 +373,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/quality.txt
# edx-lint
Expand Down Expand Up @@ -405,7 +405,7 @@ pyproject-api==1.7.1
# via
# -r requirements/quality.txt
# tox
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -477,7 +477,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
social-auth-app-django==5.4.1
social-auth-app-django==5.4.2
# via
# -r requirements/quality.txt
# edx-auth-backends
Expand All @@ -490,7 +490,7 @@ soupsieve==2.5
# via
# -r requirements/quality.txt
# beautifulsoup4
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -517,7 +517,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -549,7 +549,7 @@ virtualenv==20.26.3
# via
# -r requirements/quality.txt
# tox
wagtail==6.1.2
wagtail==6.1.3
# via -r requirements/quality.txt
willow[heif]==1.8.0
# via
Expand Down
32 changes: 16 additions & 16 deletions requirements/doc.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.2
astroid==3.2.4
# via
# -r requirements/test.txt
# pylint
Expand All @@ -31,14 +31,14 @@ beautifulsoup4==4.12.3
# via
# -r requirements/test.txt
# wagtail
boto3==1.34.141
boto3==1.34.150
# via -r requirements/test.txt
botocore==1.34.141
botocore==1.34.150
# via
# -r requirements/test.txt
# boto3
# s3transfer
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -78,11 +78,11 @@ colorama==0.4.6
# via
# -r requirements/test.txt
# tox
coverage[toml]==7.5.4
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 @@ -207,7 +207,7 @@ edx-django-utils==5.14.2
# edx-rest-api-client
edx-drf-extensions==10.3.0
# via -r requirements/test.txt
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/test.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -221,7 +221,7 @@ et-xmlfile==1.1.0
# via
# -r requirements/test.txt
# openpyxl
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -299,7 +299,7 @@ more-itertools==10.3.0
# inflect
mysqlclient==2.2.4
# via -r requirements/test.txt
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -331,7 +331,7 @@ pillow==10.4.0
# -r requirements/test.txt
# pillow-heif
# wagtail
pillow-heif==0.17.0
pillow-heif==0.18.0
# via
# -r requirements/test.txt
# willow
Expand Down Expand Up @@ -367,7 +367,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 @@ -399,7 +399,7 @@ pyproject-api==1.7.1
# via
# -r requirements/test.txt
# tox
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -475,7 +475,7 @@ slumber==0.7.1
# edx-rest-api-client
snowballstemmer==2.2.0
# via sphinx
social-auth-app-django==5.4.1
social-auth-app-django==5.4.2
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -504,7 +504,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -532,7 +532,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -564,7 +564,7 @@ virtualenv==20.26.3
# via
# -r requirements/test.txt
# tox
wagtail==6.1.2
wagtail==6.1.3
# via -r requirements/test.txt
willow[heif]==1.8.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==8.0.0
importlib-metadata==8.2.0
# via build
packaging==24.1
# via build
Expand Down
Loading

0 comments on commit 56ae096

Please sign in to comment.