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
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluggy==1.6.0
# tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.0
python-discovery==1.2.1
# via virtualenv
tomli-w==1.2.0
# via tox
Expand Down
12 changes: 6 additions & 6 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.2.0
chardet==7.4.0.post1
# via diff-cover
charset-normalizer==3.4.6
# 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.5
cryptography==46.0.6
# via secretstorage
diff-cover==10.2.0
# via -r requirements/dev.in
Expand Down Expand Up @@ -65,7 +65,7 @@ isort==8.0.1
# pylint
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.1
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand Down Expand Up @@ -97,7 +97,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
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.0
python-discovery==1.2.1
# via virtualenv
python-slugify==8.0.4
# via code-annotations
Expand All @@ -157,7 +157,7 @@ pyyaml==6.0.3
# edx-i18n-tools
readme-renderer==44.0
# via twine
requests==2.32.5
requests==2.33.0
# via
# requests-toolbelt
# twine
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==2.0.0
# via cryptography
charset-normalizer==3.4.6
# via requests
cryptography==46.0.5
cryptography==46.0.6
# via secretstorage
django==5.2.12
# via
Expand All @@ -45,7 +45,7 @@ imagesize==2.0.0
# via sphinx
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.1.1
jaraco-context==6.1.2
# via keyring
jaraco-functools==4.4.0
# via keyring
Expand All @@ -67,7 +67,7 @@ more-itertools==10.8.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.3
nh3==0.3.4
# via readme-renderer
packaging==26.0
# via
Expand All @@ -91,7 +91,7 @@ readme-renderer==44.0
# via
# -r requirements/doc.in
# twine
requests==2.32.5
requests==2.33.0
# via
# requests-toolbelt
# sphinx
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pytest==9.0.2
# via
# pytest-cov
# pytest-django
pytest-cov==7.0.0
pytest-cov==7.1.0
# via -r requirements/test.in
pytest-django==4.12.0
# via -r requirements/test.in
Loading