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 #308

Merged
merged 2 commits into from
Jul 28, 2024
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
2 changes: 1 addition & 1 deletion completion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"""


__version__ = '4.6.6'
__version__ = '4.6.7'
18 changes: 10 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand All @@ -47,9 +47,9 @@ 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.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -102,8 +102,10 @@ edx-toggles==5.2.0
# -r requirements/base.in
# event-tracking
event-tracking==2.4.0
# via -r requirements/base.in
fastavro==1.9.4
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
fastavro==1.9.5
# via openedx-events
fs==2.4.16
# via xblock
Expand All @@ -122,7 +124,7 @@ markupsafe==2.1.5
# jinja2
# mako
# xblock
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
openedx-events==9.11.0
# via event-tracking
Expand Down Expand Up @@ -171,7 +173,7 @@ six==1.16.0
# event-tracking
# fs
# python-dateutil
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand Down Expand Up @@ -206,7 +208,7 @@ xblock==4.0.1
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
setuptools==70.2.0
setuptools==71.1.0
# via
# -r requirements/base.in
# fs
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==5.3.3
cachetools==5.4.0
# via tox
chardet==5.2.0
# via tox
Expand Down Expand Up @@ -34,7 +34,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/ci.in
virtualenv==20.26.3
# via tox
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
38 changes: 20 additions & 18 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ appdirs==1.4.4
# via fs
asgiref==3.8.1
# via django
astroid==3.2.2
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand All @@ -29,11 +29,11 @@ billiard==4.2.0
# via celery
build==1.2.1
# via pip-tools
cachetools==5.3.3
cachetools==5.4.0
# via tox
celery==5.4.0
# via event-tracking
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand Down Expand Up @@ -70,21 +70,21 @@ code-annotations==1.8.0
# edx-toggles
colorama==0.4.6
# via tox
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.1.0
diff-cover==9.1.1
# via -r requirements/dev.in
dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -131,7 +131,7 @@ edx-drf-extensions==10.3.0
# via -r requirements/base.in
edx-i18n-tools==1.6.0
# via -r requirements/dev.in
edx-lint==5.3.6
edx-lint==5.3.7
# via
# -r requirements/dev.in
# -r requirements/quality.in
Expand All @@ -146,14 +146,16 @@ edx-toggles==5.2.0
# -r requirements/base.in
# event-tracking
event-tracking==2.4.0
# via -r requirements/base.in
exceptiongroup==1.2.1
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==26.0.0
# via factory-boy
fastavro==1.9.4
fastavro==1.9.5
# via openedx-events
filelock==3.15.4
# via
Expand Down Expand Up @@ -223,9 +225,9 @@ more-itertools==10.3.0
# via
# jaraco-classes
# jaraco-functools
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
nh3==0.2.17
nh3==0.2.18
# via readme-renderer
openedx-events==9.11.0
# via event-tracking
Expand Down Expand Up @@ -274,7 +276,7 @@ pyjwt[crypto]==2.8.0
# via
# drf-jwt
# edx-drf-extensions
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -300,7 +302,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -354,7 +356,7 @@ six==1.16.0
# python-dateutil
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.5.0
sqlparse==0.5.1
# via django
stevedore==5.2.0
# via
Expand All @@ -372,9 +374,9 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/dev.in
twine==5.1.1
# via -r requirements/quality.in
Expand Down
22 changes: 12 additions & 10 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via event-tracking
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand All @@ -57,13 +57,13 @@ click-repl==0.3.0
# via celery
code-annotations==1.8.0
# via edx-toggles
coverage[toml]==7.5.4
coverage[toml]==7.6.0
# via pytest-cov
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
ddt==1.7.2
# via -r requirements/test.in
django==4.2.13
django==4.2.14
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -124,14 +124,16 @@ edx-toggles==5.2.0
# -r requirements/base.in
# event-tracking
event-tracking==2.4.0
# via -r requirements/base.in
exceptiongroup==1.2.1
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==26.0.0
# via factory-boy
fastavro==1.9.4
fastavro==1.9.5
# via openedx-events
freezegun==1.5.1
# via -r requirements/test.in
Expand Down Expand Up @@ -164,7 +166,7 @@ markupsafe==2.1.5
# xblock
mock==5.1.0
# via -r requirements/test.in
newrelic==9.11.0
newrelic==9.12.0
# via edx-django-utils
openedx-events==9.11.0
# via event-tracking
Expand Down Expand Up @@ -201,7 +203,7 @@ pymongo==3.13.0
# event-tracking
pynacl==1.5.0
# via edx-django-utils
pytest==8.2.2
pytest==8.3.1
# via
# pytest-cov
# pytest-django
Expand Down Expand Up @@ -266,7 +268,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
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.1.1
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.2.0
setuptools==71.1.0
# via -r requirements/pip.in
Loading
Loading