diff options
author | Tom Rini <trini@konsulko.com> | 2024-05-06 15:22:30 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-05-13 07:44:37 -0600 |
commit | 2ee6f3a5f7550de3599faef9704e166e5dcace35 (patch) | |
tree | 150937e95998e05b34bf230875e3b69601986f34 | |
parent | 6d1752d6bf41100aae28a77fd273be520780c340 (diff) | |
download | u-boot-2ee6f3a5f7550de3599faef9704e166e5dcace35.zip u-boot-2ee6f3a5f7550de3599faef9704e166e5dcace35.tar.gz u-boot-2ee6f3a5f7550de3599faef9704e166e5dcace35.tar.bz2 |
doc/sphinx: Bump Jinja2 to 3.1.4
While we unlikely to have an issue with CVE-2024-22195, it is simple
enough to bump our version of Jinja2 to receive the fix, do so.
Reported-by: GitHub dependabot
Tested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | doc/sphinx/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index 5b4df36..426f41e 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -5,7 +5,7 @@ charset-normalizer==3.3.2 docutils==0.20.1 idna==3.7 imagesize==1.4.1 -Jinja2==3.1.3 +Jinja2==3.1.4 MarkupSafe==2.1.3 packaging==23.2 Pygments==2.17.2 |