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.3.0
# via openedx-events
cffi==2.0.0
# via pynacl
click==8.2.1
click==8.3.0
# via
# code-annotations
# edx-django-utils
Expand Down Expand Up @@ -56,11 +56,11 @@ markupsafe==3.0.2
# via jinja2
openedx-events==10.5.0
# via -r requirements/base.in
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycparser==2.23
# via cffi
pymongo==4.15.0
pymongo==4.15.1
# via edx-opaque-keys
pynacl==1.6.0
# via edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ chardet==5.2.0
# -r requirements/ci.txt
# diff-cover
# tox
click==8.2.1
click==8.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand All @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -184,7 +184,7 @@ pluggy==1.6.0
# tox
polib==1.2.0
# via edx-i18n-tools
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -221,7 +221,7 @@ pylint-plugin-utils==0.9.0
# -r requirements/quality.txt
# pylint-celery
# pylint-django
pymongo==4.15.0
pymongo==4.15.1
# via
# -r requirements/quality.txt
# edx-opaque-keys
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# code-annotations
Expand All @@ -44,11 +44,11 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
cryptography==45.0.7
cryptography==46.0.1
# via secretstorage
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -158,7 +158,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -177,7 +177,7 @@ pygments==2.19.2
# readme-renderer
# rich
# sphinx
pymongo==4.15.0
pymongo==4.15.1
# via
# -r requirements/test.txt
# edx-opaque-keys
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.3.0
# via pip-tools
click==8.2.1
click==8.3.0
# via pip-tools
packaging==25.0
# via build
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.2.1
click==8.3.0
# via
# -r requirements/test.txt
# click-log
Expand All @@ -34,7 +34,7 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -118,7 +118,7 @@ pluggy==1.6.0
# -r requirements/test.txt
# pytest
# pytest-cov
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -148,7 +148,7 @@ pylint-plugin-utils==0.9.0
# via
# pylint-celery
# pylint-django
pymongo==4.15.0
pymongo==4.15.1
# via
# -r requirements/test.txt
# edx-opaque-keys
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.2.1
click==8.3.0
# via
# -r requirements/base.txt
# code-annotations
Expand All @@ -26,7 +26,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.10.6
coverage[toml]==7.10.7
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -90,7 +90,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -100,7 +100,7 @@ pycparser==2.23
# cffi
pygments==2.19.2
# via pytest
pymongo==4.15.0
pymongo==4.15.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down