Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#292)
Browse files Browse the repository at this point in the history
* chore: Upgrade Python requirements

* chore: update requirements

---------

Co-authored-by: Zacharis278 <[email protected]>
  • Loading branch information
edx-requirements-bot and Zacharis278 authored Jul 26, 2024
1 parent cf036d3 commit 53d4213
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 128 deletions.
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ backports-zoneinfo==0.2.1
# djangorestframework
bleach==6.1.0
# via lti-consumer-xblock
boto3==1.34.141
boto3==1.34.149
# via fs-s3fs
botocore==1.34.141
botocore==1.34.149
# via
# boto3
# s3transfer
Expand All @@ -49,7 +49,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 +219,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 +318,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 Down Expand Up @@ -353,7 +353,7 @@ webencodings==0.5.1
# via bleach
webob==1.8.7
# via xblock
xblock==4.0.1
xblock==5.0.0
# via lti-consumer-xblock

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# 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 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
44 changes: 17 additions & 27 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/validation.txt
# django
# django-cors-headers
astroid==3.2.2
astroid==3.2.4
# via
# -r requirements/validation.txt
# pylint
Expand All @@ -40,11 +40,11 @@ bleach==6.1.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
boto3==1.34.141
boto3==1.34.149
# via
# -r requirements/validation.txt
# fs-s3fs
botocore==1.34.141
botocore==1.34.149
# via
# -r requirements/validation.txt
# boto3
Expand All @@ -53,7 +53,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,15 +106,14 @@ 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
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand All @@ -123,7 +122,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 +180,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 @@ -261,7 +260,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,7 +278,7 @@ edx-toggles==5.2.0
# edx-event-bus-redis
edx-token-utils==0.2.1
# via -r requirements/validation.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via
# -r requirements/validation.txt
# pytest
Expand Down Expand Up @@ -357,11 +356,6 @@ jaraco-functools==4.0.1
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.4
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -428,7 +422,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 +524,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 +563,7 @@ pyproject-hooks==1.1.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==8.2.2
pytest==8.3.2
# via
# -r requirements/validation.txt
# pytest-cov
Expand Down Expand Up @@ -650,10 +644,6 @@ s3transfer==0.10.2
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -683,7 +673,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 +682,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 @@ -718,7 +708,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/validation.txt
# pylint
Expand Down Expand Up @@ -770,7 +760,7 @@ wheel==0.43.0
# via
# -r requirements/pip-tools.txt
# pip-tools
xblock==4.0.1
xblock==5.0.0
# via
# -r requirements/validation.txt
# lti-consumer-xblock
Expand Down
Loading

0 comments on commit 53d4213

Please sign in to comment.