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

Python Requirements Update #273

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
7 changes: 3 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# kombu
billiard==4.2.0
# via celery
Expand All @@ -30,7 +31,7 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
django==3.2.24
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -44,10 +45,8 @@ kombu==5.3.5
# via celery
prompt-toolkit==3.0.43
# via click-repl
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
# via django
six==1.16.0
# via python-dateutil
sqlparse==0.4.4
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
Expand All @@ -32,7 +32,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.13.0
tox==4.14.1
# via -r requirements/ci.in
virtualenv==20.25.1
# via tox
11 changes: 10 additions & 1 deletion requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,20 @@


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

# 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
21 changes: 11 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-zoneinfo==0.2.1
# via django
cachetools==5.3.3
# via tox
certifi==2024.2.2
Expand Down Expand Up @@ -41,7 +43,7 @@ dill==0.3.8
# via pylint
distlib==0.3.8
# via virtualenv
django==3.2.24
django==4.2.11
# via
# -c requirements/common_constraints.txt
# edx-i18n-tools
Expand All @@ -59,11 +61,12 @@ filelock==3.13.1
# virtualenv
idna==3.6
# via requests
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# keyring
# twine
importlib-resources==6.1.2
importlib-resources==6.3.0
# via keyring
isort==5.13.2
# via
Expand Down Expand Up @@ -95,15 +98,15 @@ more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# pyproject-api
# tox
path==16.10.0
# via edx-i18n-tools
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
platformdirs==4.2.0
# via
Expand Down Expand Up @@ -145,8 +148,6 @@ pyproject-api==1.6.1
# via tox
python-slugify==8.0.4
# via code-annotations
pytz==2024.1
# via django
pyyaml==6.0.1
# via
# code-annotations
Expand Down Expand Up @@ -184,7 +185,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.4
# via pylint
tox==4.13.0
tox==4.14.1
# via -r requirements/dev.in
twine==5.0.0
# via -r requirements/dev.in
Expand All @@ -200,9 +201,9 @@ urllib3==2.2.1
# twine
virtualenv==20.25.1
# via tox
wheel==0.42.0
wheel==0.43.0
# via -r requirements/dev.in
zipp==3.17.0
zipp==3.18.0
# via
# importlib-metadata
# importlib-resources
22 changes: 11 additions & 11 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ babel==2.14.0
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# kombu
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
billiard==4.2.0
# via celery
build==1.0.3
build==1.1.1
# via -r requirements/doc.in
celery==5.3.6
# via
Expand All @@ -50,7 +51,7 @@ click-repl==0.3.0
# via celery
cryptography==42.0.5
# via secretstorage
django==3.2.24
django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -71,13 +72,14 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
# keyring
# sphinx
# twine
importlib-resources==6.1.2
importlib-resources==6.3.0
# via keyring
jaraco-classes==3.3.1
# via keyring
Expand All @@ -103,14 +105,14 @@ more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
packaging==23.2
packaging==24.0
# via
# build
# pydata-sphinx-theme
# sphinx
pbr==6.0.0
# via stevedore
pkginfo==1.9.6
pkginfo==1.10.0
# via twine
pockets==0.9.1
# via sphinxcontrib-napoleon
Expand All @@ -130,12 +132,10 @@ pygments==2.17.2
# sphinx
pyproject-hooks==1.0.0
# via build
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via celery
pytz==2024.1
# via
# babel
# django
# via babel
readme-renderer==43.0
# via twine
requests==2.31.0
Expand Down Expand Up @@ -215,7 +215,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
zipp==3.17.0
zipp==3.18.0
# via
# importlib-metadata
# importlib-resources
16 changes: 9 additions & 7 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@
#
# make upgrade
#
build==1.0.3
build==1.1.1
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==23.2
importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.0.0
# via
Expand All @@ -23,9 +25,9 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
wheel==0.43.0
# via pip-tools
zipp==3.17.0
zipp==3.18.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.42.0
wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
setuptools==69.2.0
# via -r requirements/pip.in
9 changes: 4 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ asgiref==3.7.2
backports-zoneinfo[tzdata]==0.2.1
# via
# celery
# django
# kombu
# via celery
# via
Expand Down Expand Up @@ -49,28 +50,26 @@ jsonfield==3.1.0
# via celery
mock==5.1.0
# via -r requirements/test.in
packaging==23.2
packaging==24.0
# via pytest
pluggy==1.4.0
# via pytest
prompt-toolkit==3.0.43
# via click-repl
pytest==8.0.2
pytest==8.1.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.8.0
# via -r requirements/test.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# celery
# freezegun
python-memcached==1.62
# via -r requirements/test.in
pytz==2024.1
# via django
six==1.16.0
# via python-dateutil
sqlparse==0.4.4
Expand Down
Loading