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
14 changes: 7 additions & 7 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==7.1.4
cachetools==7.1.6
# via tox
colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.31.0
filelock==3.32.0
# via
# python-discovery
# tox
Expand All @@ -19,22 +19,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.1
platformdirs==4.11.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.1
pyproject-api==1.11.0
# via tox
python-discovery==1.4.4
python-discovery==1.5.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.57.0
tox==4.58.0
# via -r requirements/ci.in
virtualenv==21.6.1
virtualenv==21.7.0
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.1.4
cachetools==7.1.6
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -47,7 +47,7 @@ coverage[toml]==7.15.2
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==10.3.0
diff-cover==10.4.1
# via -r requirements/dev.in
dill==0.4.1
# via
Expand All @@ -63,7 +63,7 @@ django==5.2.16
# -r requirements/quality.txt
edx-lint==6.1.0
# via -r requirements/quality.txt
filelock==3.31.0
filelock==3.32.0
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -104,7 +104,7 @@ packaging==26.2
# wheel
pip-tools==7.6.0
# via -r requirements/pip-tools.txt
platformdirs==4.10.1
platformdirs==4.11.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -149,7 +149,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pyproject-api==1.10.1
pyproject-api==1.11.0
# via
# -r requirements/ci.txt
# tox
Expand All @@ -164,7 +164,7 @@ pytest==9.1.1
# pytest-cov
pytest-cov==7.1.0
# via -r requirements/quality.txt
python-discovery==1.4.4
python-discovery==1.5.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -206,9 +206,9 @@ tomlkit==0.15.1
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.57.0
tox==4.58.0
# via -r requirements/ci.txt
virtualenv==21.6.1
virtualenv==21.7.0
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions 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.15.0
# via pydata-sphinx-theme
certifi==2026.6.17
certifi==2026.7.22
# via requests
cffi==2.1.0
# via cryptography
Expand Down Expand Up @@ -145,7 +145,7 @@ secretstorage==3.5.0
# via keyring
snowballstemmer==3.1.1
# via sphinx
soupsieve==2.9
soupsieve==2.9.1
# via beautifulsoup4
sphinx==9.1.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ packaging==26.2
# via
# -r requirements/test.txt
# pytest
platformdirs==4.10.1
platformdirs==4.11.0
# via pylint
pluggy==1.6.0
# via
Expand Down