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 0d1c2af commit f36afe6
Show file tree
Hide file tree
Showing 11 changed files with 122 additions and 300 deletions.
26 changes: 9 additions & 17 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,22 +10,16 @@ asgiref==3.8.1
# via
# django
# django-cors-headers
async-timeout==4.0.3
# via redis
attrs==23.2.0
# via
# -r requirements/base.in
# lti-consumer-xblock
# openedx-events
backports-zoneinfo==0.2.1
# via
# django
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.141
boto3==1.34.146
# via fs-s3fs
botocore==1.34.141
botocore==1.34.146
# via
# boto3
# s3transfer
Expand All @@ -49,7 +43,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 @@ -219,7 +213,7 @@ markupsafe==2.1.5
# xblock
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 @@ -318,13 +312,13 @@ 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 edx-auth-backends
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 All @@ -334,14 +328,12 @@ stevedore==5.2.0
text-unidecode==1.3
# via python-slugify
typing-extensions==4.12.2
# via
# asgiref
# edx-opaque-keys
# via edx-opaque-keys
uritemplate==4.1.1
# via
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==2.2.2
# via
# botocore
# requests
Expand Down
10 changes: 3 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# 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
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.5.4
coverage==7.6.0
# via -r requirements/ci.in
distlib==0.3.8
# via virtualenv
Expand All @@ -30,10 +30,6 @@ pluggy==1.5.0
# via tox
pyproject-api==1.7.1
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
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
74 changes: 19 additions & 55 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,15 +13,11 @@ asgiref==3.8.1
# -r requirements/validation.txt
# django
# django-cors-headers
astroid==3.2.2
astroid==3.2.4
# via
# -r requirements/validation.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/validation.txt
# redis
attrs==23.2.0
# via
# -r requirements/validation.txt
Expand All @@ -31,20 +27,15 @@ backports-tarfile==1.2.0
# via
# -r requirements/validation.txt
# jaraco-context
backports-zoneinfo==0.2.1
# via
# -r requirements/validation.txt
# django
# djangorestframework
bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.34.141
boto3==1.34.146
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.34.141
botocore==1.34.146
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -53,7 +44,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 @@ -106,11 +97,11 @@ coreschema==0.0.4
# via
# -r requirements/validation.txt
# coreapi
coverage[toml]==7.5.4
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 @@ -123,7 +114,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 @@ -181,7 +172,7 @@ django-crum==0.7.9
# -r requirements/validation.txt
# edx-django-utils
# edx-toggles
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/validation.txt
Expand Down Expand Up @@ -220,7 +211,7 @@ dnspython==2.6.1
# via
# -r requirements/validation.txt
# pymongo
docutils==0.20.1
docutils==0.21.2
# via
# -r requirements/validation.txt
# readme-renderer
Expand Down Expand Up @@ -261,7 +252,7 @@ edx-event-bus-redis==0.5.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 All @@ -279,10 +270,6 @@ edx-toggles==5.2.0
# edx-event-bus-redis
edx-token-utils==0.2.1
# via -r requirements/validation.txt
exceptiongroup==1.2.1
# via
# -r requirements/validation.txt
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==26.0.0
Expand Down Expand Up @@ -320,15 +307,9 @@ idna==3.7
# requests
importlib-metadata==6.11.0
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# keyring
# twine
importlib-resources==6.4.0
# via
# -r requirements/validation.txt
# keyring
inflection==0.5.1
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -428,7 +409,7 @@ more-itertools==10.3.0
# jaraco-functools
mysqlclient==2.2.4
# via -r requirements/validation.txt
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/validation.txt
# edx-django-utils
Expand Down Expand Up @@ -530,7 +511,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 @@ -569,7 +550,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 @@ -607,7 +588,7 @@ pyyaml==6.0.1
# edx-i18n-tools
# responses
# xblock
readme-renderer==43.0
readme-renderer==44.0
# via
# -r requirements/validation.txt
# twine
Expand Down Expand Up @@ -683,7 +664,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/validation.txt
# pydocstyle
social-auth-app-django==5.4.1
social-auth-app-django==5.4.2
# via
# -r requirements/validation.txt
# edx-auth-backends
Expand All @@ -692,7 +673,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 All @@ -707,18 +688,7 @@ text-unidecode==1.3
# via
# -r requirements/validation.txt
# python-slugify
tomli==2.0.1
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -729,17 +699,13 @@ twine==5.1.1
typing-extensions==4.12.2
# via
# -r requirements/validation.txt
# asgiref
# astroid
# edx-opaque-keys
# pylint
# rich
uritemplate==4.1.1
# via
# -r requirements/validation.txt
# coreapi
# drf-yasg
urllib3==1.26.19
urllib3==2.2.2
# via
# -r requirements/validation.txt
# botocore
Expand Down Expand Up @@ -776,10 +742,8 @@ xblock==4.0.1
# lti-consumer-xblock
zipp==3.19.2
# via
# -r requirements/pip-tools.txt
# -r requirements/validation.txt
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
Loading

0 comments on commit f36afe6

Please sign in to comment.