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
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.9.6
platformdirs==4.10.0
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.10.0
pyproject-api==1.10.1
# via tox
python-discovery==1.3.1
python-discovery==1.4.0
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.54.0
tox==4.55.0
# via -r requirements/ci.in
virtualenv==21.3.3
virtualenv==21.4.2
# via tox
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==10.2.1
diff-cover==10.3.0
# via -r requirements/dev.in
dill==0.4.1
# via
Expand Down Expand Up @@ -104,7 +104,7 @@ packaging==26.2
# wheel
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.6
platformdirs==4.10.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.0
pyproject-api==1.10.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -164,7 +164,7 @@ pytest==9.0.3
# pytest-cov
pytest-cov==7.1.0
# via -r requirements/quality.txt
python-discovery==1.3.1
python-discovery==1.4.0
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -206,9 +206,9 @@ tomlkit==0.15.0
# -r requirements/quality.txt
# edx-lint
# pylint
tox==4.54.0
tox==4.55.0
# via -r requirements/ci.txt
virtualenv==21.3.3
virtualenv==21.4.2
# 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 @@ -26,7 +26,7 @@ charset-normalizer==3.4.7
# via requests
click==8.4.1
# via -r requirements/test.txt
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ docutils==0.21.2
# sphinx
id==1.6.1
# via twine
idna==3.16
idna==3.17
# via requests
imagesize==2.0.0
# via sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.1
pip==26.1.2
# via -r requirements/pip.in
setuptools==82.0.1
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -58,7 +58,7 @@ packaging==26.2
# via
# -r requirements/test.txt
# pytest
platformdirs==4.9.6
platformdirs==4.10.0
# via pylint
pluggy==1.6.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.11.1
# django
click==8.4.1
# via -r requirements/base.txt
coverage[toml]==7.14.0
coverage[toml]==7.14.1
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down
Loading