Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade Python requirements #210

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
django==4.2.14
# via
Expand Down Expand Up @@ -124,7 +124,7 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
packaging==24.1
# via drf-yasg
Expand Down Expand Up @@ -160,7 +160,7 @@ semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
# via python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
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
24 changes: 12 additions & 12 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/quality.txt
# django
astroid==3.2.2
astroid==3.2.4
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -29,7 +29,7 @@ build==1.2.1
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -71,13 +71,13 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage==7.5.4
coverage==7.6.0
# via -r requirements/ci.txt
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/quality.txt
# secretstorage
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via
Expand All @@ -97,9 +97,9 @@ docutils==0.20.1
# -r requirements/quality.txt
# readme-renderer
# rstcheck-core
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
filelock==3.15.4
# via
Expand Down Expand Up @@ -157,7 +157,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
markdown-it-py==3.0.0
# via
Expand Down Expand Up @@ -191,7 +191,7 @@ packaging==24.1
# build
# pyproject-api
# tox
path==16.14.0
path==17.0.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -239,7 +239,7 @@ pygments==2.18.0
# diff-cover
# readme-renderer
# rich
pylint==3.2.5
pylint==3.2.6
# via
# -r requirements/quality.txt
# edx-lint
Expand Down Expand Up @@ -321,7 +321,7 @@ snowballstemmer==2.2.0
# via
# -r requirements/quality.txt
# pydocstyle
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/quality.txt
# django
Expand All @@ -343,7 +343,7 @@ tomli==2.0.1
# pylint
# pyproject-api
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via
# -r requirements/quality.txt
# pylint
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
django==4.2.14
# via
Expand Down Expand Up @@ -146,7 +146,7 @@ kombu==5.3.7
# via celery
markupsafe==2.1.5
# via jinja2
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
nh3==0.2.18
# via readme-renderer
Expand Down Expand Up @@ -225,7 +225,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
stevedore==5.2.0
# via
Expand Down
12 changes: 6 additions & 6 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
# via pydantic
asgiref==3.8.1
# via django
astroid==3.2.2
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand All @@ -32,7 +32,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.8.0
# via edx-lint
cryptography==42.0.8
cryptography==43.0.0
# via secretstorage
dill==0.3.8
# via pylint
Expand All @@ -44,7 +44,7 @@ docutils==0.20.1
# via
# readme-renderer
# rstcheck-core
edx-lint==5.3.6
edx-lint==5.3.7
# via -r requirements/quality.in
idna==3.7
# via requests
Expand Down Expand Up @@ -108,7 +108,7 @@ pygments==2.18.0
# via
# readme-renderer
# rich
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -152,15 +152,15 @@ six==1.16.0
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via code-annotations
text-unidecode==1.3
# via python-slugify
tomli==2.0.1
# via pylint
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
twine==5.1.1
# via -r requirements/quality.in
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ code-annotations==1.8.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -147,7 +147,7 @@ edx-opaque-keys==2.10.0
# edx-drf-extensions
edx-toggles==5.2.0
# via -r requirements/base.txt
exceptiongroup==1.2.1
exceptiongroup==1.2.2
# via pytest
idna==3.7
# via
Expand Down Expand Up @@ -176,7 +176,7 @@ markupsafe==2.1.5
# jinja2
mock==5.1.0
# via -r requirements/test.in
newrelic==9.11.0
newrelic==9.12.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -216,7 +216,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.2.2
pytest==8.3.2
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -253,7 +253,7 @@ six==1.16.0
# via
# -r requirements/base.txt
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via
# -r requirements/base.txt
# django
Expand Down
Loading