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 @@ -14,7 +14,7 @@ python-slugify==8.0.4
# via -r requirements/base.in
pyyaml==6.0.3
# via -r requirements/base.in
stevedore==5.9.0
stevedore==5.9.1
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ colorama==0.4.6
# via tox
distlib==0.4.3
# via virtualenv
filelock==3.32.3
filelock==3.32.4
# via
# python-discovery
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ django==5.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/quality.txt
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/quality.txt
filelock==3.32.3
filelock==3.32.4
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -123,7 +123,7 @@ pycodestyle==2.14.0
# via -r requirements/quality.txt
pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/quality.txt
# diff-cover
Expand Down Expand Up @@ -188,7 +188,7 @@ sqlparse==0.6.0
# via
# -r requirements/quality.txt
# django
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ docutils==0.21.2
# sphinx
id==1.6.1
# via twine
idna==3.18
idna==3.19
# via requests
imagesize==2.0.0
# via sphinx
Expand Down Expand Up @@ -86,7 +86,7 @@ more-itertools==11.1.0
# via
# jaraco-classes
# jaraco-functools
nh3==0.3.6
nh3==0.3.7
# via readme-renderer
packaging==26.3
# via
Expand All @@ -103,7 +103,7 @@ pycparser==3.0
# via cffi
pydata-sphinx-theme==0.20.0
# via sphinx-book-theme
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# accessible-pygments
Expand Down Expand Up @@ -170,7 +170,7 @@ sqlparse==0.6.0
# via
# -r requirements/test.txt
# django
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/test.txt
# doc8
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ django==5.2.17
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
edx-lint==6.1.0
edx-lint==6.2.0
# via -r requirements/quality.in
iniconfig==2.3.0
# via
Expand Down Expand Up @@ -69,7 +69,7 @@ pycodestyle==2.14.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pygments==2.20.0
pygments==2.21.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -109,7 +109,7 @@ sqlparse==0.6.0
# via
# -r requirements/test.txt
# django
stevedore==5.9.0
stevedore==5.9.1
# via
# -r requirements/test.txt
# code-annotations
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pluggy==1.6.0
# via
# pytest
# pytest-cov
pygments==2.20.0
pygments==2.21.0
# via pytest
pytest==9.1.1
# via pytest-cov
Expand All @@ -45,7 +45,7 @@ sqlparse==0.6.0
# via
# -r requirements/django.txt
# django
stevedore==5.9.0
stevedore==5.9.1
# via -r requirements/base.txt
text-unidecode==1.3
# via
Expand Down