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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
amqp==5.3.1
# via kombu
asgiref==3.11.1
asgiref==3.12.1
# via django
attrs==26.1.0
# via openedx-events
Expand Down
8 changes: 4 additions & 4 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ cachetools==7.1.4
# via tox
colorama==0.4.6
# via tox
coverage==7.15.1
coverage==7.15.2
# via -r requirements/ci.in
distlib==0.4.3
# via virtualenv
filelock==3.29.7
filelock==3.31.2
# via
# python-discovery
# tox
Expand All @@ -21,7 +21,7 @@ packaging==26.2
# via
# pyproject-api
# tox
platformdirs==4.10.0
platformdirs==4.10.1
# via
# python-discovery
# tox
Expand All @@ -36,7 +36,7 @@ python-discovery==1.4.4
# virtualenv
tomli-w==1.2.0
# via tox
tox==4.56.4
tox==4.57.2
# via -r requirements/ci.in
virtualenv==21.6.1
# via tox
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ amqp==5.3.1
# via
# -r requirements/test.txt
# kombu
asgiref==3.11.1
asgiref==3.12.1
# via
# -r requirements/test.txt
# django
Expand All @@ -29,7 +29,7 @@ billiard==4.2.4
# via
# -r requirements/test.txt
# celery
build==1.5.1
build==1.5.0
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -87,7 +87,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -151,7 +151,7 @@ fastavro==1.12.2
# via
# -r requirements/test.txt
# openedx-events
filelock==3.29.7
filelock==3.31.2
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -202,11 +202,11 @@ packaging==26.2
# sphinx
# tox
# wheel
pip-tools==7.5.3
pip-tools==7.6.0
# via
# -r requirements/dev.in
# -r requirements/pip-tools.txt
platformdirs==4.10.0
platformdirs==4.10.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -348,12 +348,12 @@ tomli-w==1.2.0
# via
# -r requirements/ci.txt
# tox
tomlkit==0.15.0
tomlkit==0.15.1
# via
# -r requirements/test.txt
# edx-lint
# pylint
tox==4.56.4
tox==4.57.2
# via
# -r requirements/ci.txt
# -r requirements/dev.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
build==1.5.1
build==1.5.0
# via pip-tools
click==8.4.2
# via pip-tools
packaging==26.2
# via
# build
# wheel
pip-tools==7.5.3
pip-tools==7.6.0
# via -r requirements/pip-tools.in
pyproject-hooks==1.2.0
# via
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# via
# -r requirements/base.txt
# kombu
asgiref==3.11.1
asgiref==3.12.1
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -56,7 +56,7 @@ code-annotations==3.0.0
# -r requirements/base.txt
# edx-lint
# edx-toggles
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -132,7 +132,7 @@ packaging==26.2
# -r requirements/base.txt
# kombu
# pytest
platformdirs==4.10.0
platformdirs==4.10.1
# via pylint
pluggy==1.6.0
# via
Expand Down Expand Up @@ -213,7 +213,7 @@ text-unidecode==1.3
# via
# -r requirements/base.txt
# python-slugify
tomlkit==0.15.0
tomlkit==0.15.1
# via
# edx-lint
# pylint
Expand Down