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
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==26.1.0
# via openedx-events
billiard==4.2.4
# via celery
celery==5.6.2
celery==5.6.3
# via
# -c requirements/constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -74,7 +74,7 @@ kombu==5.6.2
# via celery
markupsafe==3.0.3
# via jinja2
openedx-events==10.5.0
openedx-events==11.1.0
# via -r requirements/base.in
packaging==26.0
# via kombu
Expand Down
2 changes: 1 addition & 1 deletion requirements/celery54.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
amqp==5.3.1
billiard==4.2.4
celery==5.6.2
celery==5.6.3
click==8.3.1
click-didyoumean==0.3.1
click-repl==0.3.0
Expand Down
8 changes: 5 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.0
# via virtualenv
python-discovery==1.2.1
# via
# tox
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.50.3
tox==4.52.0
# via -r requirements/ci.in
virtualenv==21.2.0
# via tox
15 changes: 8 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.4.0
build==1.4.2
# via
# -r requirements/pip-tools.txt
# pip-tools
cachetools==7.0.5
# via
# -r requirements/ci.txt
# tox
celery==5.6.2
celery==5.6.3
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -188,7 +188,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
openedx-events==10.5.0
openedx-events==11.1.0
# via -r requirements/test.txt
packaging==26.0
# via
Expand Down Expand Up @@ -237,7 +237,7 @@ pycparser==3.0
# via
# -r requirements/test.txt
# cffi
pygments==2.19.2
pygments==2.20.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -289,9 +289,10 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.2.0
python-discovery==1.2.1
# via
# -r requirements/ci.txt
# tox
# virtualenv
python-slugify==8.0.4
# via
Expand All @@ -303,7 +304,7 @@ pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
requests==2.32.5
requests==2.33.1
# via sphinx
roman-numerals==4.1.0
# via sphinx
Expand Down Expand Up @@ -351,7 +352,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.50.3
tox==4.52.0
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.4.0
build==1.4.2
# via pip-tools
click==8.3.1
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
openedx-events==10.5.0
openedx-events==11.1.0
# via -r requirements/base.txt
packaging==26.0
# via
Expand All @@ -151,7 +151,7 @@ pycparser==3.0
# via
# -r requirements/base.txt
# cffi
pygments==2.19.2
pygments==2.20.0
# via pytest
pylint==4.0.5
# via
Expand Down