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 @@ -34,7 +34,7 @@ click-repl==0.3.0
# via celery
code-annotations==3.0.0
# via edx-toggles
django==5.2.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -64,7 +64,7 @@ edx-opaque-keys[django]==4.0.0
# via
# edx-ccx-keys
# openedx-events
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/base.in
fastavro==1.12.1
# via openedx-events
Expand All @@ -74,7 +74,7 @@ kombu==5.6.2
# via celery
markupsafe==3.0.3
# via jinja2
openedx-events==11.1.0
openedx-events==11.1.1
# via -r requirements/base.in
packaging==26.0
# via kombu
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ packaging==26.0
# via
# pyproject-api
# tox
platformdirs==4.9.4
platformdirs==4.9.6
# via
# python-discovery
# tox
Expand All @@ -30,13 +30,13 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.2.1
python-discovery==1.2.2
# via
# tox
# 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.3
# via tox
18 changes: 9 additions & 9 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.2
build==1.4.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -102,7 +102,7 @@ distlib==0.4.0
# via
# -r requirements/ci.txt
# virtualenv
django==5.2.12
django==5.2.13
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -145,7 +145,7 @@ edx-opaque-keys[django]==4.0.0
# -r requirements/test.txt
# edx-ccx-keys
# openedx-events
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/test.txt
fastavro==1.12.1
# via
Expand Down Expand Up @@ -188,7 +188,7 @@ mccabe==0.7.0
# pylint
mock==5.2.0
# via -r requirements/test.txt
openedx-events==11.1.0
openedx-events==11.1.1
# via -r requirements/test.txt
packaging==26.0
# via
Expand All @@ -206,7 +206,7 @@ pip-tools==7.5.3
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.9.4
platformdirs==4.9.6
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -279,7 +279,7 @@ pyproject-hooks==1.2.0
# -r requirements/pip-tools.txt
# build
# pip-tools
pytest==9.0.2
pytest==9.0.3
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -289,7 +289,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/test.txt
# celery
python-discovery==1.2.1
python-discovery==1.2.2
# via
# -r requirements/ci.txt
# tox
Expand Down Expand Up @@ -352,7 +352,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.52.0
tox==4.52.1
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand All @@ -376,7 +376,7 @@ vine==5.1.0
# amqp
# celery
# kombu
virtualenv==21.2.0
virtualenv==21.2.3
# 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
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ edx-opaque-keys[django]==4.0.0
# -r requirements/base.txt
# edx-ccx-keys
# openedx-events
edx-toggles==5.4.1
edx-toggles==6.0.0
# via -r requirements/base.txt
fastavro==1.12.1
# via
Expand All @@ -125,14 +125,14 @@ mccabe==0.7.0
# via pylint
mock==5.2.0
# via -r requirements/test.in
openedx-events==11.1.0
openedx-events==11.1.1
# via -r requirements/base.txt
packaging==26.0
# via
# -r requirements/base.txt
# kombu
# pytest
platformdirs==4.9.4
platformdirs==4.9.6
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ pynacl==1.6.2
# via
# -r requirements/base.txt
# edx-django-utils
pytest==9.0.2
pytest==9.0.3
# via pytest-cov
pytest-cov==7.1.0
# via -r requirements/test.in
Expand Down