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 @@ -18,7 +18,7 @@ celery==5.6.3
# -r requirements/base.in
cffi==2.0.0
# via pynacl
click==8.3.2
click==8.3.3
# via
# celery
# click-didyoumean
Expand Down Expand Up @@ -66,17 +66,17 @@ edx-opaque-keys[django]==4.0.0
# openedx-events
edx-toggles==6.0.0
# via -r requirements/base.in
fastavro==1.12.1
fastavro==1.12.2
# via openedx-events
jinja2==3.1.6
# via code-annotations
kombu==5.6.2
# via celery
markupsafe==3.0.3
# via jinja2
openedx-events==11.1.1
openedx-events==11.2.0
# via -r requirements/base.in
packaging==26.1
packaging==26.2
# via kombu
prompt-toolkit==3.0.52
# via click-repl
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==2026.1
tzdata==2026.2
# 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.2
click==8.3.3
click-didyoumean==0.3.1
click-repl==0.3.0
kombu==5.6.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
packaging==26.1
packaging==26.2
# via
# pyproject-api
# tox
Expand All @@ -38,5 +38,5 @@ tomli-w==1.2.0
# via tox
tox==4.53.0
# via -r requirements/ci.in
virtualenv==21.2.4
virtualenv==21.3.0
# via tox
23 changes: 12 additions & 11 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.4.3
build==1.4.4
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand All @@ -41,15 +41,15 @@ celery==5.6.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via
# -r requirements/test.txt
# pynacl
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# -r requirements/pip-tools.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -136,7 +136,7 @@ edx-django-utils==8.0.1
# -r requirements/test.txt
# edx-toggles
# openedx-events
edx-lint==6.0.0
edx-lint==6.1.0
# via
# -r requirements/dev.in
# -r requirements/test.txt
Expand All @@ -147,7 +147,7 @@ edx-opaque-keys[django]==4.0.0
# openedx-events
edx-toggles==6.0.0
# via -r requirements/test.txt
fastavro==1.12.1
fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -157,7 +157,7 @@ filelock==3.29.0
# python-discovery
# tox
# virtualenv
idna==3.11
idna==3.13
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -188,9 +188,9 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
openedx-events==11.1.1
openedx-events==11.2.0
# via -r requirements/test.txt
packaging==26.1
packaging==26.2
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -351,6 +351,7 @@ tomli-w==1.2.0
tomlkit==0.14.0
# via
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.53.0
# via
Expand All @@ -360,7 +361,7 @@ typing-extensions==4.15.0
# via
# -r requirements/test.txt
# edx-opaque-keys
tzdata==2026.1
tzdata==2026.2
# via
# -r requirements/test.txt
# kombu
Expand All @@ -376,15 +377,15 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.2.4
virtualenv==21.3.0
# via
# -r requirements/ci.txt
# tox
wcwidth==0.6.0
# via
# -r requirements/test.txt
# prompt-toolkit
wheel==0.46.3
wheel==0.47.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
10 changes: 5 additions & 5 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
build==1.4.3
build==1.4.4
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
packaging==26.2
# via
# build
# wheel
Expand All @@ -18,11 +18,11 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
pip==26.1
# via pip-tools
setuptools==82.0.1
# via pip-tools
14 changes: 8 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ edx-django-utils==8.0.1
# -r requirements/base.txt
# edx-toggles
# openedx-events
edx-lint==6.0.0
edx-lint==6.1.0
# via -r requirements/test.in
edx-opaque-keys[django]==4.0.0
# via
Expand All @@ -102,7 +102,7 @@ edx-opaque-keys[django]==4.0.0
# openedx-events
edx-toggles==6.0.0
# via -r requirements/base.txt
fastavro==1.12.1
fastavro==1.12.2
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -125,9 +125,9 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
openedx-events==11.1.1
openedx-events==11.2.0
# via -r requirements/base.txt
packaging==26.1
packaging==26.2
# via
# -r requirements/base.txt
# kombu
Expand Down Expand Up @@ -214,12 +214,14 @@ text-unidecode==1.3
# -r requirements/base.txt
# python-slugify
tomlkit==0.14.0
# via pylint
# via
# edx-lint
# pylint
typing-extensions==4.15.0
# via
# -r requirements/base.txt
# edx-opaque-keys
tzdata==2026.1
tzdata==2026.2
# via
# -r requirements/base.txt
# kombu
Expand Down