Skip to content
Closed
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ markupsafe==3.0.3
# via jinja2
meilisearch==0.40.0
# via -r requirements/base.in
openedx-events==11.1.0
openedx-events==11.1.1
# via event-tracking
packaging==26.0
# via kombu
Expand Down
6 changes: 3 additions & 3 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -34,7 +34,7 @@ python-discovery==1.2.2
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.in
virtualenv==21.2.0
virtualenv==21.2.1
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ billiard==4.2.4
# -r requirements/quality.txt
# -r requirements/testing.txt
# celery
build==1.4.2
build==1.4.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -267,7 +267,7 @@ mock==5.2.0
# via
# -r requirements/quality.txt
# -r requirements/testing.txt
openedx-events==11.1.0
openedx-events==11.1.1
# via
# -r requirements/quality.txt
# -r requirements/testing.txt
Expand All @@ -286,7 +286,7 @@ packaging==26.0
# wheel
pip-tools==7.5.3
# via -r requirements/pip-tools.txt
platformdirs==4.9.4
platformdirs==4.9.6
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -446,7 +446,7 @@ tomlkit==0.14.0
# via
# -r requirements/quality.txt
# pylint
tox==4.52.0
tox==4.52.1
# via -r requirements/ci.txt
typesense==2.0.0
# via
Expand Down Expand Up @@ -490,7 +490,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.2.0
virtualenv==21.2.1
# via
# -r requirements/ci.txt
# tox
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.2
build==1.4.3
# via pip-tools
click==8.3.2
# via pip-tools
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ meilisearch==0.40.0
# via -r requirements/testing.txt
mock==5.2.0
# via -r requirements/testing.txt
openedx-events==11.1.0
openedx-events==11.1.1
# via
# -r requirements/testing.txt
# event-tracking
Expand All @@ -202,7 +202,7 @@ packaging==26.0
# -r requirements/testing.txt
# kombu
# pytest
platformdirs==4.9.4
platformdirs==4.9.6
# via pylint
pluggy==1.6.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ meilisearch==0.40.0
# via -r requirements/base.txt
mock==5.2.0
# via -r requirements/testing.in
openedx-events==11.1.0
openedx-events==11.1.1
# via
# -r requirements/base.txt
# event-tracking
Expand Down
Loading