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.8.0
stevedore==5.9.0
# via -r requirements/base.in
text-unidecode==1.3
# via python-slugify
4 changes: 2 additions & 2 deletions 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.29.4
filelock==3.29.5
# via
# python-discovery
# tox
Expand All @@ -28,7 +28,7 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.1
# via tox
python-discovery==1.4.2
python-discovery==1.4.3
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -63,7 +63,7 @@ django==5.2.15
# -r requirements/quality.txt
edx-lint==6.1.0
# via -r requirements/quality.txt
filelock==3.29.4
filelock==3.29.5
# via
# -r requirements/ci.txt
# python-discovery
Expand Down Expand Up @@ -164,7 +164,7 @@ pytest==9.1.1
# pytest-cov
pytest-cov==7.1.0
# via -r requirements/quality.txt
python-discovery==1.4.2
python-discovery==1.4.3
# via
# -r requirements/ci.txt
# tox
Expand All @@ -189,7 +189,7 @@ sqlparse==0.5.5
# via
# -r requirements/quality.txt
# django
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/quality.txt
# code-annotations
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ charset-normalizer==3.4.7
# via requests
click==8.4.2
# via -r requirements/test.txt
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -168,7 +168,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.8.0
stevedore==5.9.0
# via
# -r requirements/test.txt
# doc8
Expand All @@ -178,7 +178,7 @@ text-unidecode==1.3
# python-slugify
twine==6.2.0
# via -r requirements/doc.in
typing-extensions==4.15.0
typing-extensions==4.16.0
# via
# beautifulsoup4
# pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ wheel==0.47.0
# The following packages are considered to be unsafe in a requirements file:
pip==26.1.2
# via -r requirements/pip.in
setuptools==82.0.1
setuptools==83.0.0
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==3.0.0
# via edx-lint
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -109,7 +109,7 @@ sqlparse==0.5.5
# via
# -r requirements/test.txt
# django
stevedore==5.8.0
stevedore==5.9.0
# 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 @@ -10,7 +10,7 @@ asgiref==3.11.1
# django
click==8.4.2
# via -r requirements/base.txt
coverage[toml]==7.14.3
coverage[toml]==7.15.0
# via pytest-cov
# via
# -c requirements/common_constraints.txt
Expand Down Expand Up @@ -45,7 +45,7 @@ sqlparse==0.5.5
# via
# -r requirements/django.txt
# django
stevedore==5.8.0
stevedore==5.9.0
# via -r requirements/base.txt
text-unidecode==1.3
# via
Expand Down