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
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
11 changes: 6 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ astroid==4.0.4
# -r requirements/quality.txt
# pylint
# pylint-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 @@ -98,7 +98,7 @@ edx-django-utils==8.0.1
# via
# -r requirements/quality.txt
# edx-rest-api-client
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.txt
edx-rest-api-client==7.0.0
# via -r requirements/quality.txt
Expand Down Expand Up @@ -333,8 +333,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 All @@ -344,7 +345,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
build==1.4.4
build==1.5.0
# via -r requirements/doc.in
certifi==2026.4.22
# via
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
6 changes: 4 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ edx-django-utils==8.0.1
# via
# -r requirements/test.txt
# edx-rest-api-client
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/quality.in
edx-rest-api-client==7.0.0
# via -r requirements/test.txt
Expand Down Expand Up @@ -205,7 +205,9 @@ stevedore==5.7.0
text-unidecode==1.3
# via python-slugify
tomlkit==0.14.0
# via pylint
# via
# edx-lint
# pylint
twine==6.2.0
# via -r requirements/quality.in
urllib3==2.6.3
Expand Down
Loading