Skip to content
Closed
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
4 changes: 2 additions & 2 deletions 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.4.0
# via virtualenv
filelock==3.18.0
filelock==3.19.1
# via
# tox
# virtualenv
Expand All @@ -30,5 +30,5 @@ pyproject-api==1.9.1
# via tox
tox==4.28.4
# via -r requirements/ci.in
virtualenv==20.33.1
virtualenv==20.34.0
# via tox
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ colorama==0.4.6
# via
# -r requirements/ci.txt
# tox
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via
# -r requirements/quality.txt
# pytest-cov
Expand All @@ -69,7 +69,7 @@ edx-i18n-tools==1.9.0
# via -r requirements/dev.in
edx-lint==5.6.0
# via -r requirements/quality.txt
filelock==3.18.0
filelock==3.19.1
# via
# -r requirements/ci.txt
# tox
Expand All @@ -87,7 +87,7 @@ jinja2==3.1.6
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml[html-clean]==6.0.0
lxml[html-clean]==6.0.1
# via
# edx-i18n-tools
# lxml-html-clean
Expand All @@ -112,7 +112,7 @@ packaging==25.0
# tox
path==16.16.0
# via edx-i18n-tools
pbr==6.1.1
pbr==7.0.1
# via
# -r requirements/quality.txt
# stevedore
Expand Down Expand Up @@ -217,7 +217,7 @@ tomlkit==0.13.3
# pylint
tox==4.28.4
# via -r requirements/ci.txt
virtualenv==20.33.1
virtualenv==20.34.0
# via
# -r requirements/ci.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ babel==2.17.0
# via
# pydata-sphinx-theme
# sphinx
beautifulsoup4==4.13.4
beautifulsoup4==4.13.5
# via pydata-sphinx-theme
certifi==2025.8.3
# via requests
charset-normalizer==3.4.3
# via requests
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -59,7 +59,7 @@ packaging==25.0
# pydata-sphinx-theme
# pytest
# sphinx
pbr==6.1.1
pbr==7.0.1
# via stevedore
pluggy==1.6.0
# via
Expand Down Expand Up @@ -88,7 +88,7 @@ pytest-django==4.11.1
# via -r requirements/test.txt
readme-renderer==44.0
# via -r requirements/doc.in
requests==2.32.4
requests==2.32.5
# via sphinx
restructuredtext-lint==1.4.0
# via doc8
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.45.1
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==80.9.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 @@ -21,7 +21,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==2.3.0
# via edx-lint
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via
# -r requirements/test.txt
# pytest-cov
Expand Down Expand Up @@ -51,7 +51,7 @@ packaging==25.0
# via
# -r requirements/test.txt
# pytest
pbr==6.1.1
pbr==7.0.1
# via stevedore
platformdirs==4.3.8
# via pylint
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.9.1
# via
# -r requirements/base.txt
# django
coverage[toml]==7.10.3
coverage[toml]==7.10.5
# via pytest-cov
# via
# -c https:/raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down