Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Python Requirements Update #266

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
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ 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.1
# 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.9.1
# via edx-django-utils
pbr==6.0.0
# via stevedore
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.4
# via -r requirements/base.in
requests==2.31.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.9.1
# 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.0.0
# via -r requirements/pip.in
11 changes: 6 additions & 5 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
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
# 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.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
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.1
# via
# -r requirements/base.txt
# edx-rest-api-client
Expand All @@ -92,7 +92,7 @@ kombu==5.3.7
# via
# -r requirements/base.txt
# celery
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand Down Expand Up @@ -130,7 +130,7 @@ pytz==2024.1
# django
pyyaml==6.0.1
# via -r requirements/production.in
redis==5.0.3
redis==5.0.4
# via -r requirements/base.txt
requests==2.31.0
# via
Expand Down
26 changes: 13 additions & 13 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 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.1
# 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.1
# 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,7 +127,7 @@ mccabe==0.7.0
# via pylint
mock==5.1.0
# via -r requirements/test.in
newrelic==9.9.0
newrelic==9.9.1
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -137,9 +137,9 @@ 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
# 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.2
# 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.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -201,7 +201,7 @@ pyyaml==6.0.1
# via
# code-annotations
# responses
redis==5.0.3
redis==5.0.4
# via -r requirements/base.txt
requests==2.31.0
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ stevedore==5.2.0
# -r requirements/base.txt
# code-annotations
# edx-django-utils
testfixtures==8.1.0
testfixtures==8.2.0
# via -r requirements/test.in
text-unidecode==1.3
# via python-slugify
Expand All @@ -238,7 +238,7 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
typing-extensions==4.11.0
# via
Expand Down
21 changes: 13 additions & 8 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,33 @@
#
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via
# tox
# virtualenv
packaging==24.0
# via tox
platformdirs==4.2.0
# via virtualenv
pluggy==1.4.0
# via
# pyproject-api
# tox
platformdirs==4.2.2
# via
# tox
# virtualenv
pluggy==1.5.0
# via tox
py==1.11.0
# via tox
six==1.16.0
# via tox
tomli==2.0.1
# via tox
# via
# pyproject-api
# tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
# tox-battery
tox-battery==0.6.2
# via -r requirements/tox.in
virtualenv==20.25.3
virtualenv==20.26.2
# via tox
Loading