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
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
cachetools==7.0.5
cachetools==7.0.6
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.28.0
filelock==3.29.0
# via
# python-discovery
# tox
Expand Down
14 changes: 7 additions & 7 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
cachetools==7.0.5
cachetools==7.0.6
# via tox
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
chardet==7.4.3
# via diff-cover
charset-normalizer==3.4.7
# via requests
click==8.3.2
click==8.3.3
# via
# click-log
# code-annotations
Expand Down Expand Up @@ -50,14 +50,14 @@ edx-i18n-tools==2.0.0
# via -r requirements/dev.in
edx-lint==6.0.0
# via -r requirements/quality.in
filelock==3.28.0
filelock==3.29.0
# via
# python-discovery
# tox
# virtualenv
id==1.6.1
# via twine
idna==3.11
idna==3.13
# via requests
isort==8.0.1
# via
Expand All @@ -79,7 +79,7 @@ jinja2==3.1.6
# diff-cover
keyring==25.7.0
# via twine
lxml[html-clean]==6.0.4
lxml[html-clean]==6.1.0
# via
# edx-i18n-tools
# lxml-html-clean
Expand Down Expand Up @@ -198,5 +198,5 @@ virtualenv==21.2.4
# via
# -r requirements/dev.in
# tox
wheel==0.46.3
wheel==0.47.0
# via -r requirements/dev.in
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ babel==2.18.0
# sphinx
beautifulsoup4==4.14.3
# via pydata-sphinx-theme
certifi==2026.2.25
certifi==2026.4.22
# via requests
cffi==2.0.0
# via cryptography
Expand All @@ -39,7 +39,7 @@ docutils==0.21.2
# sphinx
id==1.6.1
# via twine
idna==3.11
idna==3.13
# via requests
imagesize==2.0.0
# via sphinx
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# make upgrade
#
build==1.4.3
build==1.4.4
# via pip-tools
click==8.3.2
click==8.3.3
# via pip-tools
packaging==26.1
# via
Expand All @@ -18,7 +18,7 @@ pyproject-hooks==1.2.0
# via
# build
# pip-tools
wheel==0.46.3
wheel==0.47.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
packaging==26.1
# via wheel
wheel==0.46.3
wheel==0.47.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ astroid==4.0.4
# via
# pylint
# pylint-celery
click==8.3.2
click==8.3.3
# via
# click-log
# code-annotations
Expand Down