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 23, 2024
1 parent 5c422db commit f927a9f
Show file tree
Hide file tree
Showing 9 changed files with 107 additions and 242 deletions.
32 changes: 10 additions & 22 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -10,15 +10,11 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
beautifulsoup4==4.12.3
# via wagtail
boto3==1.34.141
boto3==1.34.146
# via -r requirements/base.in
botocore==1.34.141
botocore==1.34.146
# via
# boto3
# s3transfer
Expand All @@ -32,7 +28,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 @@ -133,10 +129,6 @@ filetype==1.2.0
# via willow
idna==3.7
# via requests
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# typeguard
inflect==7.3.1
# via -r requirements/base.in
inflection==0.5.1
Expand All @@ -155,7 +147,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 Down Expand Up @@ -226,7 +218,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 +229,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 @@ -249,23 +241,19 @@ typeguard==4.3.0
# via inflect
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
# inflect
# typeguard
uritemplate==4.1.1
# via drf-yasg
urllib3==1.26.19
urllib3==2.2.2
# via
# botocore
# requests
wagtail==6.1.2
wagtail==6.1.3
# via -r requirements/base.in
willow[heif]==1.8.0
# via
# wagtail
# willow
zipp==3.19.2
# via
# -r requirements/base.in
# importlib-metadata
# via -r requirements/base.in
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
66 changes: 19 additions & 47 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# make upgrade
Expand All @@ -13,28 +13,23 @@ 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
# pylint-celery
backports-zoneinfo==0.2.1
# via
# -r requirements/quality.txt
# django
# djangorestframework
beautifulsoup4==4.12.3
# via
# -r requirements/quality.txt
# wagtail
boto3==1.34.141
boto3==1.34.146
# via -r requirements/quality.txt
botocore==1.34.141
botocore==1.34.146
# 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 +70,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 +85,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 +129,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 @@ -206,7 +201,7 @@ edx-drf-extensions==10.3.0
# via -r requirements/quality.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/quality.txt
edx-opaque-keys==2.10.0
# via
Expand All @@ -220,10 +215,6 @@ et-xmlfile==1.1.0
# via
# -r requirements/quality.txt
# openpyxl
exceptiongroup==1.2.1
# via
# -r requirements/quality.txt
# pytest
factory-boy==3.3.0
# via -r requirements/quality.txt
faker==26.0.0
Expand All @@ -243,11 +234,6 @@ idna==3.7
# via
# -r requirements/quality.txt
# requests
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
# typeguard
inflect==7.3.1
# via -r requirements/quality.txt
inflection==0.5.1
Expand Down Expand Up @@ -302,7 +288,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 Down Expand Up @@ -373,7 +359,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 +391,7 @@ pyproject-api==1.7.1
# via
# -r requirements/quality.txt
# tox
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -477,7 +463,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 +476,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 @@ -509,15 +495,7 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/quality.txt
# coverage
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -530,17 +508,13 @@ typeguard==4.3.0
typing-extensions==4.12.2
# via
# -r requirements/quality.txt
# asgiref
# astroid
# edx-opaque-keys
# inflect
# pylint
# typeguard
uritemplate==4.1.1
# via
# -r requirements/quality.txt
# drf-yasg
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/quality.txt
# botocore
Expand All @@ -549,13 +523,11 @@ 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
# -r requirements/quality.txt
# wagtail
zipp==3.19.2
# via
# -r requirements/quality.txt
# importlib-metadata
# via -r requirements/quality.txt
Loading

0 comments on commit f927a9f

Please sign in to comment.