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

Closed
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
18 changes: 9 additions & 9 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ billiard==4.2.0
# via celery
celery==5.4.0
# via -r requirements/base.in
certifi==2024.2.2
certifi==2024.6.2
# via requests
cffi==1.16.0
# via pynacl
Expand Down Expand Up @@ -49,23 +49,23 @@ django-crum==0.7.9
# via edx-django-utils
django-waffle==4.1.0
# via edx-django-utils
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/base.in
edx-django-utils==5.12.0
edx-django-utils==5.14.2
# via edx-rest-api-client
edx-rest-api-client==5.7.0
# via -r requirements/base.in
idna==3.7
# via requests
kombu==5.3.7
# via celery
newrelic==9.9.0
newrelic==9.11.0
# via edx-django-utils
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
psutil==5.9.8
psutil==6.0.0
# via edx-django-utils
pycparser==2.22
# via cffi
Expand All @@ -77,7 +77,7 @@ python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
# via django
redis==5.0.3
redis==5.0.6
# via -r requirements/base.in
requests==2.31.0
# via
Expand All @@ -93,15 +93,15 @@ sqlparse==0.5.0
# via django
stevedore==5.2.0
# via edx-django-utils
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# asgiref
# kombu
tzdata==2024.1
# via
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via requests
vine==5.1.0
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


# using LTS django version
Django<4.0
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
Expand All @@ -22,11 +22,11 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
# opentelemetry requires version 6.x at the moment:
# https://github.com/open-telemetry/opentelemetry-python/issues/3570
# Normally this could be added as a constraint in edx-django-utils, where we're
# adding the opentelemetry dependency. However, when we compile pip-tools.txt,
# that uses version 7.x, and then there's no undoing that when compiling base.txt.
# So we need to pin it globally, for now.
# Ticket for unpinning: https://github.com/openedx/edx-lint/issues/407
importlib-metadata<7
2 changes: 1 addition & 1 deletion requirements/optional.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
newrelic==9.9.0
newrelic==9.11.0
# via -r requirements/optional.in
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.5.1
setuptools==70.1.0
# via -r requirements/pip.in
13 changes: 7 additions & 6 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@ build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.1.0
# via build
packaging==24.0
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
pyproject-hooks==1.1.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.19.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
18 changes: 9 additions & 9 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ billiard==4.2.0
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -76,9 +76,9 @@ django-waffle==4.1.0
# via
# -r requirements/base.txt
# edx-django-utils
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/base.txt
edx-django-utils==5.12.0
edx-django-utils==5.14.2
# via
# -r requirements/base.txt
# edx-rest-api-client
Expand All @@ -92,19 +92,19 @@ kombu==5.3.7
# via
# -r requirements/base.txt
# celery
newrelic==9.9.0
newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -130,7 +130,7 @@ pytz==2024.1
# django
pyyaml==6.0.1
# via -r requirements/production.in
redis==5.0.3
redis==5.0.6
# via -r requirements/base.txt
requests==2.31.0
# via
Expand All @@ -153,7 +153,7 @@ stevedore==5.2.0
# via
# -r requirements/base.txt
# edx-django-utils
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -163,7 +163,7 @@ tzdata==2024.1
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
Expand Down
42 changes: 21 additions & 21 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.1.0
astroid==3.2.2
# via
# -r requirements/test.in
# pylint
Expand All @@ -33,7 +33,7 @@ billiard==4.2.0
# celery
celery==5.4.0
# via -r requirements/base.txt
certifi==2024.2.2
certifi==2024.6.2
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -72,7 +72,7 @@ click-repl==0.3.0
# celery
code-annotations==1.8.0
# via edx-lint
coverage[toml]==7.4.4
coverage[toml]==7.5.3
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -95,9 +95,9 @@ django-waffle==4.1.0
# via
# -r requirements/base.txt
# edx-django-utils
edx-braze-client==0.2.3
edx-braze-client==0.2.5
# via -r requirements/base.txt
edx-django-utils==5.12.0
edx-django-utils==5.14.2
# via
# -r requirements/base.txt
# edx-rest-api-client
Expand All @@ -115,7 +115,7 @@ iniconfig==2.0.0
# via pytest
isort==5.13.2
# via pylint
jinja2==3.1.3
jinja2==3.1.4
# via code-annotations
kombu==5.3.7
# via
Expand All @@ -127,29 +127,29 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.9.0
newrelic==9.11.0
# via
# -r requirements/base.txt
# edx-django-utils
packaging==24.0
packaging==24.1
# via pytest
pbr==6.0.0
# via
# -r requirements/base.txt
# stevedore
platformdirs==4.2.0
platformdirs==4.2.2
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via pytest
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via
# -r requirements/base.txt
# click-repl
psutil==5.9.8
psutil==6.0.0
# via
# -r requirements/base.txt
# edx-django-utils
pycodestyle==2.11.1
pycodestyle==2.12.0
# via -r requirements/test.in
pycparser==2.22
# via
Expand All @@ -159,7 +159,7 @@ pyjwt==2.8.0
# via
# -r requirements/base.txt
# edx-rest-api-client
pylint==3.1.0
pylint==3.2.3
# via
# -r requirements/test.in
# edx-lint
Expand All @@ -181,7 +181,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==8.1.1
pytest==8.2.2
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -201,15 +201,15 @@ pyyaml==6.0.1
# via
# code-annotations
# responses
redis==5.0.3
redis==5.0.6
# via -r requirements/base.txt
requests==2.31.0
# via
# -r requirements/base.txt
# edx-rest-api-client
# responses
# slumber
responses==0.25.0
responses==0.25.3
# via -r requirements/test.in
six==1.16.0
# via
Expand All @@ -229,7 +229,7 @@ stevedore==5.2.0
# -r requirements/base.txt
# code-annotations
# edx-django-utils
testfixtures==8.1.0
testfixtures==8.3.0
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
Expand All @@ -238,9 +238,9 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
typing-extensions==4.12.2
# via
# -r requirements/base.txt
# asgiref
Expand All @@ -252,7 +252,7 @@ tzdata==2024.1
# -r requirements/base.txt
# backports-zoneinfo
# celery
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
Expand Down
Loading
Loading