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
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ asgiref==3.9.1
# via django
attrs==25.3.0
# via openedx-events
billiard==4.2.1
billiard==4.2.2
# via celery
celery==5.5.3
# via
Expand All @@ -31,7 +31,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.3
# via requests
click==8.2.1
click==8.3.0
# via
# celery
# click-didyoumean
Expand All @@ -47,7 +47,7 @@ click-repl==0.3.0
# via celery
code-annotations==2.3.0
# via edx-toggles
cryptography==45.0.7
cryptography==46.0.1
# via
# django-fernet-fields-v2
# pyjwt
Expand Down Expand Up @@ -190,15 +190,15 @@ pillow==11.3.0
# via -r requirements/base.in
prompt-toolkit==3.0.52
# via click-repl
psutil==7.0.0
psutil==7.1.0
# via edx-django-utils
pycparser==2.23
# via cffi
pyjwt[crypto]==2.10.1
# via
# drf-jwt
# edx-drf-extensions
pymongo==4.15.0
pymongo==4.15.1
# via
# edx-opaque-keys
# event-tracking
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ attrs==25.3.0
# via
# -r requirements/quality.txt
# openedx-events
billiard==4.2.1
billiard==4.2.2
# via
# -r requirements/quality.txt
# celery
Expand Down Expand Up @@ -69,7 +69,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/quality.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -107,11 +107,11 @@ 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
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/quality.txt
# django-fernet-fields-v2
Expand Down Expand Up @@ -258,7 +258,7 @@ execnet==2.1.1
# pytest-xdist
factory-boy==3.3.3
# via -r requirements/quality.txt
faker==37.6.0
faker==37.8.0
# via
# -r requirements/quality.txt
# factory-boy
Expand Down Expand Up @@ -380,7 +380,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/quality.txt
# click-repl
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/quality.txt
# edx-django-utils
Expand Down Expand Up @@ -422,7 +422,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
14 changes: 7 additions & 7 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ backports-tarfile==1.2.0
# via jaraco-context
beautifulsoup4==4.13.5
# via pydata-sphinx-theme
billiard==4.2.1
billiard==4.2.2
# via
# -r requirements/test.txt
# celery
Expand All @@ -65,7 +65,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# celery
Expand All @@ -90,11 +90,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
# -r requirements/test.txt
# django-fernet-fields-v2
Expand Down Expand Up @@ -236,7 +236,7 @@ execnet==2.1.1
# pytest-xdist
factory-boy==3.3.3
# via -r requirements/test.txt
faker==37.6.0
faker==37.8.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -352,7 +352,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/test.txt
# click-repl
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand All @@ -377,7 +377,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/test.txt
# drf-jwt
# edx-drf-extensions
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
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ attrs==25.3.0
# via
# -r requirements/test.txt
# openedx-events
billiard==4.2.1
billiard==4.2.2
# via
# -r requirements/test.txt
# celery
Expand All @@ -55,7 +55,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/test.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/test.txt
# celery
Expand Down Expand Up @@ -85,11 +85,11 @@ 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
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/test.txt
# django-fernet-fields-v2
Expand Down Expand Up @@ -225,7 +225,7 @@ execnet==2.1.1
# pytest-xdist
factory-boy==3.3.3
# via -r requirements/test.txt
faker==37.6.0
faker==37.8.0
# via
# -r requirements/test.txt
# factory-boy
Expand Down Expand Up @@ -316,7 +316,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/test.txt
# click-repl
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/test.txt
# edx-django-utils
Expand Down Expand Up @@ -351,7 +351,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
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attrs==25.3.0
# via
# -r requirements/base.txt
# openedx-events
billiard==4.2.1
billiard==4.2.2
# via
# -r requirements/base.txt
# celery
Expand All @@ -51,7 +51,7 @@ charset-normalizer==3.4.3
# via
# -r requirements/base.txt
# requests
click==8.2.1
click==8.3.0
# via
# -r requirements/base.txt
# celery
Expand All @@ -77,9 +77,9 @@ 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
cryptography==45.0.7
cryptography==46.0.1
# via
# -r requirements/base.txt
# django-fernet-fields-v2
Expand Down Expand Up @@ -208,7 +208,7 @@ execnet==2.1.1
# via pytest-xdist
factory-boy==3.3.3
# via -r requirements/test.in
faker==37.6.0
faker==37.8.0
# via factory-boy
fastavro==1.12.0
# via
Expand Down Expand Up @@ -286,7 +286,7 @@ prompt-toolkit==3.0.52
# via
# -r requirements/base.txt
# click-repl
psutil==7.0.0
psutil==7.1.0
# via
# -r requirements/base.txt
# edx-django-utils
Expand All @@ -301,7 +301,7 @@ pyjwt[crypto]==2.10.1
# -r requirements/base.txt
# drf-jwt
# edx-drf-extensions
pymongo==4.15.0
pymongo==4.15.1
# via
# -r requirements/base.txt
# edx-opaque-keys
Expand Down