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 @@
#
asgiref==3.8.1
# via django
attrs==25.1.0
attrs==25.3.0
# via openedx-events
cffi==1.17.1
# via pynacl
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.9
# via virtualenv
filelock==3.17.0
filelock==3.18.0
# via
# tox
# virtualenv
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ astroid==3.3.9
# -r requirements/quality.txt
# pylint
# pylint-celery
attrs==25.1.0
attrs==25.3.0
# via
# -r requirements/quality.txt
# openedx-events
Expand Down Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -120,7 +120,7 @@ fastavro==1.10.0
# via
# -r requirements/quality.txt
# openedx-events
filelock==3.17.0
filelock==3.18.0
# via
# -r requirements/ci.txt
# tox
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/test.txt
# django
attrs==25.1.0
attrs==25.3.0
# via
# -r requirements/test.txt
# openedx-events
Expand Down Expand Up @@ -44,7 +44,7 @@ code-annotations==2.2.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ astroid==3.3.9
# via
# pylint
# pylint-celery
attrs==25.1.0
attrs==25.3.0
# via
# -r requirements/test.txt
# openedx-events
Expand All @@ -34,7 +34,7 @@ code-annotations==2.2.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
attrs==25.1.0
attrs==25.3.0
# via
# -r requirements/base.txt
# openedx-events
Expand All @@ -26,7 +26,7 @@ code-annotations==2.2.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.6.12
coverage[toml]==7.7.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down