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 @@ -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 @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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
Expand All @@ -31,7 +31,7 @@ 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
Expand Down Expand Up @@ -108,7 +108,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
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ click-plugins==1.1.1.2
# via celery
click-repl==0.3.0
# via celery
cryptography==46.0.6
cryptography==46.0.7
# via secretstorage
django==5.2.13
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 @@ -55,7 +55,7 @@ prompt-toolkit==3.0.52
# via click-repl
pygments==2.20.0
# via pytest
pytest==9.0.2
pytest==9.0.3
# via
# pytest-cov
# pytest-django
Expand Down
Loading