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
19 changes: 10 additions & 9 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,40 @@
#
# make upgrade
#
cachetools==7.1.6
cachetools==7.1.7
# via tox
colorama==0.4.6
# via tox
coverage==7.15.2
coverage==7.15.4
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.32.0
filelock==3.32.2
# via
# python-discovery
# tox
# virtualenv
packaging==26.2
packaging==26.3
# via
# pyproject-api
# tox
platformdirs==4.11.0
platformdirs==4.11.2
# via
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
# via tox
pyproject-api==1.11.0
# via tox
python-discovery==1.5.0
python-discovery==1.5.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.58.0
tox==4.59.0
# via -r requirements/ci.in
virtualenv==21.7.0
typing-extensions==4.16.0
# via tox
virtualenv==21.7.4
# via tox
33 changes: 17 additions & 16 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ alabaster==1.0.0
# via
# -r requirements/doc.txt
# sphinx
ast-serialize==0.6.0
ast-serialize==0.8.0
# via
# -r requirements/doc.txt
# mypy
Expand All @@ -34,7 +34,7 @@ build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.1.6
cachetools==7.1.7
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -66,7 +66,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.15.2
coverage[toml]==7.15.4
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand Down Expand Up @@ -97,13 +97,13 @@ execnet==2.1.2
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.32.0
filelock==3.32.2
# via
# -r requirements/ci.txt
# python-discovery
# tox
# virtualenv
hypothesis==6.161.5
hypothesis==6.165.3
# via -r requirements/doc.txt
idna==3.18
# via
Expand All @@ -127,7 +127,7 @@ jinja2==3.1.6
# code-annotations
# pydata-sphinx-theme
# sphinx
librt==0.13.0
librt==0.15.0
# via
# -r requirements/doc.txt
# mypy
Expand All @@ -151,7 +151,7 @@ nh3==0.3.6
# via
# -r requirements/doc.txt
# readme-renderer
packaging==26.2
packaging==26.3
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand All @@ -166,14 +166,13 @@ pathspec==1.1.1
# via
# -r requirements/doc.txt
# mypy
pip-tools==7.6.0
pip-tools==7.6.1
# via -r requirements/pip-tools.txt
platformdirs==4.11.0
platformdirs==4.11.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
# pylint
# python-discovery
# tox
# virtualenv
pluggy==1.6.0
Expand All @@ -197,7 +196,7 @@ pygments==2.20.0
# pytest
# readme-renderer
# sphinx
pylint==4.0.6
pylint==4.0.7
# via
# -r requirements/doc.txt
# edx-lint
Expand Down Expand Up @@ -237,7 +236,7 @@ pytest-cov==7.1.0
# via -r requirements/doc.txt
pytest-xdist==3.8.0
# via -r requirements/doc.txt
python-discovery==1.5.0
python-discovery==1.5.1
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -273,7 +272,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/doc.txt
# hypothesis
soupsieve==2.9.1
soupsieve==2.9.2
# via
# -r requirements/doc.txt
# beautifulsoup4
Expand Down Expand Up @@ -325,22 +324,24 @@ tomlkit==0.15.1
# -r requirements/doc.txt
# edx-lint
# pylint
tox==4.58.0
tox==4.59.0
# via -r requirements/ci.txt
typing-extensions==4.16.0
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
# beautifulsoup4
# mypy
# tox
urllib3==2.7.0
# via
# -r requirements/doc.txt
# requests
virtualenv==21.7.0
virtualenv==21.7.4
# via
# -r requirements/ci.txt
# tox
wheel==0.47.0
wheel==0.48.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
16 changes: 8 additions & 8 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
ast-serialize==0.6.0
ast-serialize==0.8.0
# via
# -r requirements/test.txt
# mypy
Expand All @@ -27,7 +27,7 @@ code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.15.2
coverage[toml]==7.15.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -47,7 +47,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.161.5
hypothesis==6.165.3
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand All @@ -61,7 +61,7 @@ jinja2==3.1.6
# via
# -r requirements/test.txt
# code-annotations
librt==0.13.0
librt==0.15.0
# via
# -r requirements/test.txt
# mypy
Expand All @@ -81,15 +81,15 @@ mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
packaging==26.2
packaging==26.3
# via
# -r requirements/test.txt
# pytest
pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
platformdirs==4.11.0
platformdirs==4.11.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -104,7 +104,7 @@ pygments==2.20.0
# via
# -r requirements/test.txt
# pytest
pylint==4.0.6
pylint==4.0.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -134,7 +134,7 @@ pytest==9.1.1
# pytest-xdist
pytest-cov==7.1.0
# via -r requirements/test.txt
pytest-django==4.12.0
pytest-django==4.14.0
# via -r requirements/django-test.in
pytest-xdist==3.8.0
# via -r requirements/test.txt
Expand Down
16 changes: 8 additions & 8 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
ast-serialize==0.6.0
ast-serialize==0.8.0
# via
# -r requirements/test.txt
# mypy
Expand Down Expand Up @@ -41,7 +41,7 @@ code-annotations==3.0.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.15.2
coverage[toml]==7.15.4
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -66,7 +66,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.161.5
hypothesis==6.165.3
# via -r requirements/test.txt
idna==3.18
# via requests
Expand All @@ -86,7 +86,7 @@ jinja2==3.1.6
# code-annotations
# pydata-sphinx-theme
# sphinx
librt==0.13.0
librt==0.15.0
# via
# -r requirements/test.txt
# mypy
Expand All @@ -108,7 +108,7 @@ mypy-extensions==1.1.0
# mypy
nh3==0.3.6
# via readme-renderer
packaging==26.2
packaging==26.3
# via
# -r requirements/test.txt
# pytest
Expand All @@ -117,7 +117,7 @@ pathspec==1.1.1
# via
# -r requirements/test.txt
# mypy
platformdirs==4.11.0
platformdirs==4.11.2
# via
# -r requirements/test.txt
# pylint
Expand All @@ -138,7 +138,7 @@ pygments==2.20.0
# pytest
# readme-renderer
# sphinx
pylint==4.0.6
pylint==4.0.7
# via
# -r requirements/test.txt
# edx-lint
Expand Down Expand Up @@ -195,7 +195,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
soupsieve==2.9.1
soupsieve==2.9.2
# via beautifulsoup4
sphinx==9.1.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ build==1.5.0
# via pip-tools
click==8.4.2
# via pip-tools
packaging==26.2
packaging==26.3
# via
# build
# wheel
pip-tools==7.6.0
pip-tools==7.6.1
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.47.0
wheel==0.48.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
packaging==26.2
packaging==26.3
# via wheel
wheel==0.47.0
wheel==0.48.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
pip==26.2.1
# via -r requirements/pip.in
setuptools==83.0.0
setuptools==84.0.0
# via -r requirements/pip.in
Loading