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 @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.10.0
asgiref==3.11.0
# via django
attrs==25.4.0
# via openedx-events
Expand Down Expand Up @@ -68,13 +68,13 @@ python-slugify==8.0.4
# via code-annotations
pyyaml==6.0.3
# via code-annotations
redis==7.0.1
redis==7.1.0
# via walrus
six==1.17.0
# via edx-ccx-keys
sqlparse==0.5.3
# via django
stevedore==5.5.0
stevedore==5.6.0
# via
# code-annotations
# edx-django-utils
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/quality.txt
# django
Expand Down Expand Up @@ -56,7 +56,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand Down Expand Up @@ -256,7 +256,7 @@ pyyaml==6.0.3
# -r requirements/quality.txt
# code-annotations
# edx-i18n-tools
redis==7.0.1
redis==7.1.0
# via
# -r requirements/quality.txt
# walrus
Expand All @@ -273,7 +273,7 @@ sqlparse==0.5.3
# via
# -r requirements/quality.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ accessible-pygments==0.0.5
# via pydata-sphinx-theme
alabaster==1.0.0
# via sphinx
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -44,7 +44,7 @@ code-annotations==2.3.0
# via
# -r requirements/test.txt
# edx-toggles
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -206,7 +206,7 @@ pyyaml==6.0.3
# code-annotations
readme-renderer==44.0
# via twine
redis==7.0.1
redis==7.1.0
# via
# -r requirements/test.txt
# walrus
Expand All @@ -224,7 +224,7 @@ rich==14.2.0
# via twine
roman-numerals-py==3.1.0
# via sphinx
secretstorage==3.4.1
secretstorage==3.5.0
# via keyring
six==1.17.0
# via
Expand Down Expand Up @@ -257,7 +257,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/test.txt
# django
Expand Down Expand Up @@ -34,7 +34,7 @@ code-annotations==2.3.0
# -r requirements/test.txt
# edx-lint
# edx-toggles
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -173,7 +173,7 @@ pyyaml==6.0.3
# via
# -r requirements/test.txt
# code-annotations
redis==7.0.1
redis==7.1.0
# via
# -r requirements/test.txt
# walrus
Expand All @@ -188,7 +188,7 @@ sqlparse==0.5.3
# via
# -r requirements/test.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/test.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
asgiref==3.10.0
asgiref==3.11.0
# via
# -r requirements/base.txt
# django
Expand All @@ -26,7 +26,7 @@ code-annotations==2.3.0
# -r requirements/base.txt
# -r requirements/test.in
# edx-toggles
coverage[toml]==7.11.3
coverage[toml]==7.12.0
# via pytest-cov
ddt==1.7.2
# via -r requirements/test.in
Expand Down Expand Up @@ -124,7 +124,7 @@ pyyaml==6.0.3
# via
# -r requirements/base.txt
# code-annotations
redis==7.0.1
redis==7.1.0
# via
# -r requirements/base.txt
# walrus
Expand All @@ -136,7 +136,7 @@ sqlparse==0.5.3
# via
# -r requirements/base.txt
# django
stevedore==5.5.0
stevedore==5.6.0
# via
# -r requirements/base.txt
# code-annotations
Expand Down