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
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==25.4.0
# via openedx-events
cffi==2.0.0
# via pynacl
click==8.3.0
click==8.3.1
# via
# code-annotations
# edx-django-utils
Expand Down Expand Up @@ -60,9 +60,9 @@ psutil==7.1.3
# via edx-django-utils
pycparser==2.23
# via cffi
pymongo==4.15.3
pymongo==4.15.4
# via edx-opaque-keys
pynacl==1.6.0
pynacl==1.6.1
# via edx-django-utils
python-slugify==8.0.4
# via code-annotations
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
cachetools==6.2.1
cachetools==6.2.2
# via tox
chardet==5.2.0
# via tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build==1.3.0
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==6.2.1
cachetools==6.2.2
# via
# -r requirements/ci.txt
# tox
Expand All @@ -34,7 +34,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.3.0
click==8.3.1
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -62,7 +62,7 @@ coverage[toml]==7.11.3
# pytest-cov
ddt==1.7.2
# via -r requirements/quality.txt
diff-cover==9.7.1
diff-cover==9.7.2
# via -r requirements/dev.in
dill==0.4.0
# via
Expand Down Expand Up @@ -165,7 +165,7 @@ packaging==25.0
# tox
path==16.16.0
# via edx-i18n-tools
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.txt
platformdirs==4.5.0
# via
Expand Down Expand Up @@ -221,11 +221,11 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.15.3
pymongo==4.15.4
# via
# -r requirements/quality.txt
# edx-opaque-keys
pynacl==1.6.0
pynacl==1.6.1
# via
# -r requirements/quality.txt
# edx-django-utils
Expand All @@ -238,7 +238,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ beautifulsoup4==4.14.2
# via pydata-sphinx-theme
build==1.3.0
# via -r requirements/doc.in
certifi==2025.10.5
certifi==2025.11.12
# via requests
cffi==2.0.0
# via
Expand All @@ -35,7 +35,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.4
# via requests
click==8.3.0
click==8.3.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down Expand Up @@ -127,7 +127,7 @@ jinja2==3.1.6
# -r requirements/test.txt
# code-annotations
# sphinx
keyring==25.6.0
keyring==25.7.0
# via twine
markdown-it-py==4.0.0
# via rich
Expand Down Expand Up @@ -177,17 +177,17 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pymongo==4.15.3
pymongo==4.15.4
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.6.0
pynacl==1.6.1
# via
# -r requirements/test.txt
# edx-django-utils
pyproject-hooks==1.2.0
# via build
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -224,7 +224,7 @@ rich==14.2.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.4.0
secretstorage==3.4.1
# via keyring
six==1.17.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
build==1.3.0
# via pip-tools
click==8.3.0
click==8.3.1
# via pip-tools
packaging==25.0
# via build
pip-tools==7.5.1
pip-tools==7.5.2
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# pynacl
click==8.3.0
click==8.3.1
# via
# -r requirements/test.txt
# click-log
Expand Down Expand Up @@ -148,15 +148,15 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.3
pymongo==4.15.4
# via
# -r requirements/test.txt
# edx-opaque-keys
pynacl==1.6.0
pynacl==1.6.1
# via
# -r requirements/test.txt
# edx-django-utils
pytest==9.0.0
pytest==9.0.1
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cffi==2.0.0
# via
# -r requirements/base.txt
# pynacl
click==8.3.0
click==8.3.1
# via
# -r requirements/base.txt
# code-annotations
Expand Down Expand Up @@ -100,15 +100,15 @@ pycparser==2.23
# cffi
pygments==2.19.2
# via pytest
pymongo==4.15.3
pymongo==4.15.4
# via
# -r requirements/base.txt
# edx-opaque-keys
pynacl==1.6.0
pynacl==1.6.1
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.0
pytest==9.0.1
# via
# pytest-cov
# pytest-django
Expand Down