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
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ django==4.2.20
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/quality.txt
# edx-i18n-tools
edx-i18n-tools==1.7.0
edx-i18n-tools==1.9.0
# via -r requirements/dev.in
edx-lint==5.6.0
# via -r requirements/quality.txt
Expand All @@ -87,7 +87,7 @@ jinja2==3.1.6
# -r requirements/quality.txt
# code-annotations
# diff-cover
lxml[html-clean,html_clean]==5.3.2
lxml[html-clean,html_clean]==5.4.0
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -140,7 +140,7 @@ pydocstyle==6.3.0
# via -r requirements/quality.txt
pygments==2.19.1
# via diff-cover
pylint==3.3.6
pylint==3.3.7
# via
# -r requirements/quality.txt
# edx-lint
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ babel==2.17.0
# sphinx
beautifulsoup4==4.13.4
# via pydata-sphinx-theme
certifi==2025.1.31
certifi==2025.4.26
# via requests
charset-normalizer==3.4.1
charset-normalizer==3.4.2
# via requests
coverage[toml]==7.8.0
# via
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 @@ pip==24.2
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# -r requirements/pip.in
setuptools==79.0.0
setuptools==80.3.1
# via -r requirements/pip.in
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pycodestyle==2.13.0
# via -r requirements/quality.in
pydocstyle==6.3.0
# via -r requirements/quality.in
pylint==3.3.6
pylint==3.3.7
# via
# edx-lint
# pylint-celery
Expand Down