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 @@ -4,15 +4,15 @@
#
# make upgrade
#
cachetools==7.0.4
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
coverage==7.13.4
# via -r requirements/ci.in
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.2
# via
# python-discovery
# tox
Expand All @@ -30,11 +30,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
19 changes: 9 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ build==1.4.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.4
cachetools==7.0.5
# via
# -r requirements/ci.txt
# tox
certifi==2026.2.25
# via
# -r requirements/doc.txt
# requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via
# -r requirements/doc.txt
# requests
Expand Down Expand Up @@ -87,13 +87,13 @@ docutils==0.22.4
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/doc.txt
execnet==2.1.2
# via
# -r requirements/doc.txt
# pytest-xdist
filelock==3.25.0
filelock==3.25.2
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -152,7 +152,6 @@ packaging==26.0
# -r requirements/doc.txt
# -r requirements/pip-tools.txt
# build
# pydata-sphinx-theme
# pyproject-api
# pytest
# sphinx
Expand Down Expand Up @@ -181,7 +180,7 @@ pluggy==1.6.0
# tox
pycodestyle==2.14.0
# via -r requirements/doc.txt
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.1
# via
# -r requirements/doc.txt
# sphinx-book-theme
Expand Down Expand Up @@ -233,7 +232,7 @@ pytest-cov==7.0.0
# via -r requirements/doc.txt
pytest-xdist==3.8.0
# via -r requirements/doc.txt
python-discovery==1.1.1
python-discovery==1.1.3
# via
# -r requirements/ci.txt
# virtualenv
Expand Down Expand Up @@ -276,7 +275,7 @@ sphinx==9.0.4
# -r requirements/doc.txt
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.4
sphinx-book-theme==1.2.0
# via -r requirements/doc.txt
sphinxcontrib-applehelp==2.0.0
# via
Expand Down Expand Up @@ -318,7 +317,7 @@ tomlkit==0.14.0
# via
# -r requirements/doc.txt
# pylint
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.txt
typing-extensions==4.15.0
# via
Expand All @@ -330,7 +329,7 @@ urllib3==2.6.3
# via
# -r requirements/doc.txt
# requests
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/ci.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/django-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dnspython==2.8.0
# via
# -r requirements/test.txt
# pymongo
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.txt
execnet==2.1.2
# via
Expand Down
9 changes: 4 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.2.25
# via requests
charset-normalizer==3.4.5
charset-normalizer==3.4.6
# via requests
click==8.3.1
# via
Expand Down Expand Up @@ -56,7 +56,7 @@ docutils==0.22.4
# pydata-sphinx-theme
# readme-renderer
# sphinx
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.txt
execnet==2.1.2
# via
Expand Down Expand Up @@ -106,7 +106,6 @@ nh3==0.3.3
packaging==26.0
# via
# -r requirements/test.txt
# pydata-sphinx-theme
# pytest
# sphinx
pathspec==1.0.4
Expand All @@ -124,7 +123,7 @@ pluggy==1.6.0
# pytest-cov
pycodestyle==2.14.0
# via -r requirements/test.txt
pydata-sphinx-theme==0.15.4
pydata-sphinx-theme==0.16.1
# via sphinx-book-theme
pygments==2.19.2
# via
Expand Down Expand Up @@ -196,7 +195,7 @@ sphinx==9.0.4
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.1.4
sphinx-book-theme==1.2.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==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 @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dnspython==2.8.0
# via
# -r requirements/base.txt
# pymongo
edx-lint==5.6.0
edx-lint==6.0.0
# via -r requirements/test.in
execnet==2.1.2
# via pytest-xdist
Expand Down
Loading