Skip to content
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 requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==7.0.6
cachetools==7.1.1
# via tox
colorama==0.4.6
# via tox
Expand Down Expand Up @@ -34,7 +34,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.in
virtualenv==21.2.4
virtualenv==21.3.0
# via tox
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ billiard==4.2.4
# via
# -r requirements/quality.txt
# celery
build==1.4.4
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.6
cachetools==7.1.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -191,7 +191,7 @@ edx-drf-extensions==10.6.0
# edx-organizations
edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.txt
edx-opaque-keys[django]==4.0.0
# via
Expand Down Expand Up @@ -327,7 +327,7 @@ packaging==26.2
# wheel
path==16.16.0
# via edx-i18n-tools
pathspec==1.1.0
pathspec==1.1.1
# via
# -r requirements/quality.txt
# mypy
Expand Down Expand Up @@ -513,8 +513,9 @@ tomli-w==1.2.0
tomlkit==0.14.0
# via
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.53.0
tox==4.53.1
# via -r requirements/ci.txt
twine==6.2.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -553,11 +554,11 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/ci.txt
# tox
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/quality.txt
# prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ packaging==26.2
# kombu
# pytest
# sphinx
pathspec==1.1.0
pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -417,7 +417,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.4
build==1.5.0
# via pip-tools
click==8.3.3
# via pip-tools
Expand Down
7 changes: 4 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ edx-drf-extensions==10.6.0
# via
# -r requirements/test.txt
# edx-organizations
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.in
edx-opaque-keys[django]==4.0.0
# via
Expand Down Expand Up @@ -258,7 +258,7 @@ packaging==26.2
# kombu
# pytest
# twine
pathspec==1.1.0
pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -395,6 +395,7 @@ text-unidecode==1.3
tomlkit==0.14.0
# via
# -r requirements/test.txt
# edx-lint
# pylint
twine==6.2.0
# via -r requirements/quality.in
Expand Down Expand Up @@ -433,7 +434,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/test.txt
# prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ packaging==26.2
# -r requirements/base.txt
# kombu
# pytest
pathspec==1.1.0
pathspec==1.1.1
# via mypy
pillow==12.2.0
# via
Expand Down Expand Up @@ -314,7 +314,7 @@ vine==5.1.0
# amqp
# celery
# kombu
wcwidth==0.6.0
wcwidth==0.7.0
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down