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,21 +4,21 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==6.2.5
# via tox
chardet==5.2.0
# via tox
colorama==0.4.6
# via tox
coverage==7.13.1
coverage==7.13.2
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.4
cachetools==6.2.5
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -66,14 +66,14 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/doc.txt
dill==0.4.0
dill==0.4.1
# via
# -r requirements/doc.txt
# pylint
Expand Down Expand Up @@ -102,7 +102,7 @@ filelock==3.20.3
# -r requirements/ci.txt
# tox
# virtualenv
hypothesis==6.150.2
hypothesis==6.151.0
# via -r requirements/doc.txt
idna==3.11
# via
Expand Down Expand Up @@ -149,7 +149,7 @@ nh3==0.3.2
# via
# -r requirements/doc.txt
# readme-renderer
packaging==25.0
packaging==26.0
# via
# -r requirements/ci.txt
# -r requirements/doc.txt
Expand All @@ -160,6 +160,7 @@ packaging==25.0
# pytest
# sphinx
# tox
# wheel
pathspec==1.0.3
# via
# -r requirements/doc.txt
Expand Down Expand Up @@ -264,7 +265,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/doc.txt
# hypothesis
soupsieve==2.8.2
soupsieve==2.8.3
# via
# -r requirements/doc.txt
# beautifulsoup4
Expand Down Expand Up @@ -327,7 +328,7 @@ virtualenv==20.36.1
# via
# -r requirements/ci.txt
# tox
wheel==0.45.1
wheel==0.46.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
8 changes: 4 additions & 4 deletions requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -43,7 +43,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.150.2
hypothesis==6.151.0
# via -r requirements/test.txt
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -77,7 +77,7 @@ mypy-extensions==1.1.0
# via
# -r requirements/test.txt
# mypy
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# pytest
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.txt
# pytest-cov
ddt==1.7.2
# via -r requirements/test.txt
dill==0.4.0
dill==0.4.1
# via
# -r requirements/test.txt
# pylint
Expand All @@ -62,7 +62,7 @@ execnet==2.1.2
# via
# -r requirements/test.txt
# pytest-xdist
hypothesis==6.150.2
hypothesis==6.151.0
# via -r requirements/test.txt
idna==3.11
# via requests
Expand Down Expand Up @@ -103,7 +103,7 @@ mypy-extensions==1.1.0
# mypy
nh3==0.3.2
# via readme-renderer
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand Down Expand Up @@ -189,7 +189,7 @@ sortedcontainers==2.4.0
# via
# -r requirements/test.txt
# hypothesis
soupsieve==2.8.2
soupsieve==2.8.3
# via beautifulsoup4
sphinx==9.0.4
# via
Expand Down
8 changes: 5 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ build==1.4.0
# via pip-tools
click==8.3.1
# via pip-tools
packaging==25.0
# via build
packaging==26.0
# via
# build
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.45.1
wheel==0.46.3
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 4 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
#
# make upgrade
#
wheel==0.45.1
packaging==26.0
# via wheel
wheel==0.46.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==25.3
# via -r requirements/pip.in
setuptools==80.9.0
setuptools==80.10.2
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.in
# pytest-cov
ddt==1.7.2
# via -r requirements/test.in
dill==0.4.0
dill==0.4.1
# via pylint
dnspython==2.8.0
# via
Expand All @@ -33,7 +33,7 @@ edx-lint==5.6.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
hypothesis==6.150.2
hypothesis==6.151.0
# via -r requirements/test.in
iniconfig==2.3.0
# via pytest
Expand All @@ -53,7 +53,7 @@ mypy==1.19.1
# via -r requirements/test.in
mypy-extensions==1.1.0
# via mypy
packaging==25.0
packaging==26.0
# via pytest
pathspec==1.0.3
# via mypy
Expand Down