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 @@ -18,7 +18,7 @@ celery==5.6.3
# -r requirements/base.in
cffi==2.0.0
# via pynacl
click==8.3.1
click==8.3.2
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -60,7 +60,7 @@ edx-django-utils==8.0.1
# -r requirements/base.in
# edx-toggles
# openedx-events
edx-opaque-keys[django]==3.1.0
edx-opaque-keys[django]==4.0.0
# via
# edx-ccx-keys
# openedx-events
Expand Down Expand Up @@ -114,7 +114,7 @@ text-unidecode==1.3
# via python-slugify
typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2025.3
tzdata==2026.1
# via kombu
tzlocal==5.3.1
# via celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
amqp==5.3.1
billiard==4.2.4
celery==5.6.3
click==8.3.1
click==8.3.2
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.6.2
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ cffi==2.0.0
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.4.6
charset-normalizer==3.4.7
# via requests
click==8.3.1
click==8.3.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -140,7 +140,7 @@ edx-lint==6.0.0
# via
# -r requirements/dev.in
# -r requirements/test.txt
edx-opaque-keys[django]==3.1.0
edx-opaque-keys[django]==4.0.0
# via
# -r requirements/test.txt
# edx-ccx-keys
Expand Down Expand Up @@ -360,7 +360,7 @@ typing-extensions==4.15.0
# via
# -r requirements/test.txt
# edx-opaque-keys
tzdata==2025.3
tzdata==2026.1
# via
# -r requirements/test.txt
# kombu
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.4.2
# via pip-tools
click==8.3.1
click==8.3.2
# via pip-tools
packaging==26.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ edx-django-utils==8.0.1
# openedx-events
edx-lint==6.0.0
# via -r requirements/test.in
edx-opaque-keys[django]==3.1.0
edx-opaque-keys[django]==4.0.0
# via
# -r requirements/base.txt
# edx-ccx-keys
Expand Down Expand Up @@ -219,7 +219,7 @@ typing-extensions==4.15.0
# via
# -r requirements/base.txt
# edx-opaque-keys
tzdata==2025.3
tzdata==2026.1
# via
# -r requirements/base.txt
# kombu
Expand Down