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.4.1
click==8.4.2
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -116,14 +116,14 @@ typing-extensions==4.15.0
# via edx-opaque-keys
tzdata==2026.2
# via kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via celery
vine==5.1.0
# via
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via prompt-toolkit

# The following packages are considered to be unsafe in a requirements file:
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.4.1
click==8.4.2
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.6.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ python-discovery==1.4.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.55.1
tox==4.56.1
# via -r requirements/ci.in
virtualenv==21.5.1
# via tox
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cffi==2.0.0
# pynacl
charset-normalizer==3.4.7
# via requests
click==8.4.1
click==8.4.2
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -353,7 +353,7 @@ tomlkit==0.15.0
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.55.1
tox==4.56.1
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -365,7 +365,7 @@ tzdata==2026.2
# via
# -r requirements/test.txt
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via
# -r requirements/test.txt
# celery
Expand All @@ -381,7 +381,7 @@ virtualenv==21.5.1
# via
# -r requirements/ci.txt
# tox
wcwidth==0.8.1
wcwidth==0.8.2
# via
# -r requirements/test.txt
# prompt-toolkit
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.5.0
# via pip-tools
click==8.4.1
click==8.4.2
# via pip-tools
packaging==26.2
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ tzdata==2026.2
# via
# -r requirements/base.txt
# kombu
tzlocal==5.4.3
tzlocal==5.4.4
# via
# -r requirements/base.txt
# celery
Expand All @@ -234,7 +234,7 @@ tzlocal==5.4.3
# amqp
# celery
# kombu
wcwidth==0.8.1
wcwidth==0.8.2
# via
# -r requirements/base.txt
# prompt-toolkit
Expand Down