Skip to content
Open
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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.4
cachetools==6.2.5
# via tox
chardet==5.2.0
# via tox
Expand All @@ -16,7 +16,7 @@ filelock==3.20.3
# via
# tox
# virtualenv
packaging==25.0
packaging==26.0
# via
# pyproject-api
# tox
Expand Down
13 changes: 7 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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 @@ -46,13 +46,13 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/quality.txt
# pytest-cov
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.0
dill==0.4.1
# via
# -r requirements/quality.txt
# pylint
Expand Down Expand Up @@ -94,7 +94,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/quality.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand All @@ -103,6 +103,7 @@ packaging==25.0
# pyproject-api
# pytest
# tox
# wheel
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.1
Expand Down Expand Up @@ -192,7 +193,7 @@ text-unidecode==1.3
# via
# -r requirements/quality.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
Expand All @@ -202,7 +203,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
12 changes: 6 additions & 6 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ charset-normalizer==3.4.4
# via requests
click==8.3.1
# via -r requirements/test.txt
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -61,7 +61,7 @@ iniconfig==2.3.0
# pytest
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.2
jaraco-context==6.1.0
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -91,7 +91,7 @@ more-itertools==10.8.0
# jaraco-functools
nh3==0.3.2
# via readme-renderer
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
Expand All @@ -103,7 +103,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
pycparser==2.23
pycparser==3.0
# via cffi
pydata-sphinx-theme==0.15.4
# via sphinx-book-theme
Expand Down Expand Up @@ -141,15 +141,15 @@ restructuredtext-lint==2.0.2
# via doc8
rfc3986==2.0.0
# via twine
rich==14.2.0
rich==14.3.1
# via twine
roman-numerals==4.1.0
# via sphinx
secretstorage==3.5.0
# via keyring
snowballstemmer==3.0.1
# via sphinx
soupsieve==2.8.1
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/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ 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.txt
# pytest-cov
dill==0.4.0
dill==0.4.1
# via pylint
django==5.2.10
# via
Expand Down Expand Up @@ -54,7 +54,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.txt
packaging==25.0
packaging==26.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -117,5 +117,5 @@ text-unidecode==1.3
# via
# -r requirements/test.txt
# python-slugify
tomlkit==0.13.3
tomlkit==0.14.0
# via pylint
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.11.0
# django
click==8.3.1
# via -r requirements/base.txt
coverage[toml]==7.13.1
coverage[toml]==7.13.2
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand All @@ -25,7 +25,7 @@ markupsafe==3.0.3
# jinja2
mock==5.2.0
# via -r requirements/test.in
packaging==25.0
packaging==26.0
# via pytest
pluggy==1.6.0
# via
Expand Down