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

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
14 changes: 7 additions & 7 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ backports-zoneinfo[tzdata]==0.2.1
# kombu
billiard==4.2.0
# via celery
celery==5.3.4
celery==5.3.5
# via
# -c requirements/constraints.txt
# event-tracking
Expand Down Expand Up @@ -119,17 +119,17 @@ kombu==5.3.3
# via celery
lxml==4.9.3
# via xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
# mako
# xblock
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
pbr==5.11.1
pbr==6.0.0
# via stevedore
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via click-repl
psutil==5.9.6
# via edx-django-utils
Expand Down Expand Up @@ -197,14 +197,14 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via requests
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
4 changes: 2 additions & 2 deletions requirements/celery50.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
amqp==5.2.0
billiard==4.2.0
celery==5.3.4
celery==5.3.5
click==8.1.7
click-didyoumean==0.3.0
click-repl==0.3.0
kombu==5.3.3
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
vine==5.1.0
27 changes: 18 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
#
# make upgrade
#
cachetools==5.3.2
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.3.2
# via -r requirements/ci.in
distlib==0.3.7
Expand All @@ -13,20 +19,23 @@ filelock==3.13.1
# tox
# virtualenv
packaging==23.2
# via tox
# via
# pyproject-api
# tox
platformdirs==3.11.0
# via virtualenv
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
# via tox
py==1.11.0
# via tox
six==1.16.0
pyproject-api==1.6.1
# via tox
tomli==2.0.1
# via tox
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/ci.in
# pyproject-api
# tox
tox==4.11.3
# via -r requirements/ci.in
virtualenv==20.24.6
# via tox
7 changes: 4 additions & 3 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ elasticsearch<7.14.0
# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected


# 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
# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
41 changes: 24 additions & 17 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ astroid==3.0.1
# via
# pylint
# pylint-celery
cachetools==5.3.2
# via tox
chardet==5.2.0
# via diff-cover
# via
# diff-cover
# tox
click==8.1.7
# via
# -c requirements/constraints.txt
Expand All @@ -26,8 +30,10 @@ click-log==0.4.0
code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via typer
diff-cover==8.0.0
# via
# tox
# typer
diff-cover==8.0.1
# via -r requirements/dev.in
dill==0.3.7
# via pylint
Expand Down Expand Up @@ -74,32 +80,34 @@ mccabe==0.7.0
mdurl==0.1.2
# via markdown-it-py
packaging==23.2
# via tox
# via
# pyproject-api
# tox
path==16.7.1
# via
# edx-i18n-tools
# path-py
path-py==12.5.0
# via -r requirements/dev.in
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
# -c requirements/common_constraints.txt
# pylint
# tox
# virtualenv
pluggy==1.3.0
# via
# diff-cover
# tox
polib==1.2.0
# via edx-i18n-tools
py==1.11.0
# via tox
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.4.2
pydantic==2.5.0
# via rstcheck-core
pydantic-core==2.10.1
pydantic-core==2.14.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand All @@ -121,6 +129,8 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyproject-api==1.6.1
# via tox
python-slugify==8.0.1
# via code-annotations
pytz==2023.3.post1
Expand All @@ -133,14 +143,12 @@ rich==13.6.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.1.1
rstcheck-core==1.2.0
# via rstcheck
shellingham==1.5.4
# via typer
six==1.16.0
# via
# edx-lint
# tox
# via edx-lint
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
Expand All @@ -152,13 +160,12 @@ text-unidecode==1.3
tomli==2.0.1
# via
# pylint
# pyproject-api
# tox
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/dev.in
tox==4.11.3
# via -r requirements/dev.in
typer[all]==0.9.0
# via
# rstcheck
Expand Down
12 changes: 7 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,17 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via pylint
# via
# -c requirements/common_constraints.txt
# pylint
pycodestyle==2.11.1
# via -r requirements/quality.in
pydantic==2.4.2
pydantic==2.5.0
# via rstcheck-core
pydantic-core==2.10.1
pydantic-core==2.14.1
# via pydantic
pydocstyle==6.3.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -91,7 +93,7 @@ rich==13.6.0
# via typer
rstcheck==6.2.0
# via -r requirements/quality.in
rstcheck-core==1.1.1
rstcheck-core==1.2.0
# via rstcheck
shellingham==1.5.4
# via typer
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.3.2
# pytest-cov
cryptography==41.0.5
# via pyjwt
ddt==1.6.0
ddt==1.7.0
# via -r requirements/test.in
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -146,7 +146,7 @@ lxml==4.9.3
# via
# edx-i18n-tools
# xblock
mako==1.2.4
mako==1.3.0
# via xblock
markupsafe==2.1.3
# via
Expand All @@ -157,13 +157,13 @@ mock==5.1.0
# via -r requirements/test.in
mypy-extensions==1.0.0
# via logilab-common
newrelic==9.1.1
newrelic==9.1.2
# via edx-django-utils
packaging==23.2
# via pytest
path==16.7.1
# via edx-i18n-tools
pbr==5.11.1
pbr==6.0.0
# via stevedore
pluggy==1.3.0
# via pytest
Expand Down Expand Up @@ -196,9 +196,9 @@ pytest==7.4.3
# pytest-xdist
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/test.in
pytest-xdist==3.3.1
pytest-xdist==3.4.0
# via -r requirements/test.in
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -272,7 +272,7 @@ tzdata==2023.3
# via
# backports-zoneinfo
# celery
urllib3==2.0.7
urllib3==2.1.0
# via
# requests
# responses
Expand All @@ -281,7 +281,7 @@ urllib3==2.0.7
# amqp
# celery
# kombu
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
web-fragments==2.1.0
# via xblock
Expand Down
Loading