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
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -30,15 +30,15 @@ pluggy==1.6.0
# tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.2.1
# via
# -r requirements/ci.in
# tox
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ certifi==2026.2.25
# via requests
cffi==2.0.0
# via cryptography
chardet==7.4.0.post2
chardet==7.4.1
# via diff-cover
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
Expand All @@ -31,15 +31,15 @@ code-annotations==3.0.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==46.0.6
cryptography==46.0.7
# via secretstorage
diff-cover==10.2.0
# via -r requirements/dev.in
dill==0.4.1
# via pylint
distlib==0.4.0
# via virtualenv
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand Down Expand Up @@ -79,7 +79,7 @@ jinja2==3.1.6
# diff-cover
keyring==25.7.0
# via twine
lxml[html-clean]==6.0.2
lxml[html-clean]==6.0.3
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -93,7 +93,7 @@ mccabe==0.7.0
# via pylint
mdurl==0.1.2
# via markdown-it-py
more-itertools==11.0.1
more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
Expand All @@ -107,7 +107,7 @@ packaging==26.0
# wheel
path==16.16.0
# via edx-i18n-tools
platformdirs==4.9.4
platformdirs==4.9.6
# via
# pylint
# python-discovery
Expand Down Expand Up @@ -147,7 +147,7 @@ pylint-plugin-utils==0.9.0
# pylint-django
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
Expand Down Expand Up @@ -185,7 +185,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.52.0
tox==4.52.1
# via -r requirements/dev.in
twine==6.2.0
# via -r requirements/dev.in
Expand All @@ -194,7 +194,7 @@ urllib3==2.6.3
# id
# requests
# twine
virtualenv==21.2.0
virtualenv==21.2.1
# via
# -r requirements/dev.in
# tox
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.7
# via requests
cryptography==46.0.6
cryptography==46.0.7
# via secretstorage
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/doc.in
Expand Down Expand Up @@ -63,7 +63,7 @@ markupsafe==3.0.3
# via jinja2
mdurl==0.1.2
# via markdown-it-py
more-itertools==11.0.1
more-itertools==11.0.2
# via
# jaraco-classes
# jaraco-functools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
build==1.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
click==8.3.1
click==8.3.2
# via
# click-log
# code-annotations
Expand All @@ -21,7 +21,7 @@ code-annotations==3.0.0
# via edx-lint
dill==0.4.1
# via pylint
django==5.2.12
django==5.2.13
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.in
Expand All @@ -37,7 +37,7 @@ markupsafe==3.0.3
# via jinja2
mccabe==0.7.0
# via pylint
platformdirs==4.9.4
platformdirs==4.9.6
# via pylint
pycodestyle==2.14.0
# via -r requirements/quality.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pluggy==1.6.0
# pytest-cov
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via
# pytest-cov
# pytest-django
Expand Down