diff options
| author | Tom Rini <[email protected]> | 2024-06-30 10:59:42 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-06-30 10:59:42 -0600 |
| commit | 2f9603392355e21c379b4adddea7c6b35cf09b9b (patch) | |
| tree | 3341b0c0f5a604fe1b55781de81a7cad3f36bc10 /doc/sphinx | |
| parent | 48641bfab793b5ffbf481ee2085fb8c0432da5fa (diff) | |
| parent | 636480e4e7088d05d7ff77af72ca00443c62b3e9 (diff) | |
Merge tag 'efi-2024-10-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi into next
Pull request efi-2024-10-rc1
Documentation:
Update requirements.txt to use current Python module versions
Add a page describing debugging U-Boot with GDB
FIT: describe data-size as a conditionally mandatory property
Correct link to FIT specification in SPL code.
Correct kaslrseed command long text description
UEFI:
Add unit test checking that don't have kaslr-seed when measuring boot
Deduplicate code for measured boot.
Other:
Print size information in fwu command
Diffstat (limited to 'doc/sphinx')
| -rw-r--r-- | doc/sphinx/requirements.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 54eb70aa92c..306b05a995e 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,18 +1,18 @@ alabaster==0.7.16 -Babel==2.14.0 -certifi==2023.11.17 +Babel==2.15.0 +certifi==2024.6.2 charset-normalizer==3.3.2 docutils==0.20.1 idna==3.7 imagesize==1.4.1 Jinja2==3.1.4 -MarkupSafe==2.1.3 -packaging==23.2 -Pygments==2.17.2 -requests==2.32.2 +MarkupSafe==2.1.5 +packaging==24.1 +Pygments==2.18.0 +requests==2.32.3 six==1.16.0 snowballstemmer==2.2.0 -Sphinx==7.2.6 +Sphinx==7.3.7 sphinx-prompt==1.8.0 sphinx-rtd-theme==2.0.0 sphinxcontrib-applehelp==1.0.8 @@ -22,4 +22,4 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.7 sphinxcontrib-serializinghtml==1.1.10 -urllib3==2.1.0 +urllib3==2.2.1 |
