diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-12-09 15:33:52 +0100 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-12-17 15:25:52 +0000 |
commit | 5b5f6e0d61efe55df5eab82d231f2a483d3f49e7 (patch) | |
tree | 270bab3aa8b3fe43440f0fb13b37807e38dd8eb2 /doc/sphinx | |
parent | 63db1561f1db28c83dea1e219fe87e264a184eb4 (diff) | |
download | u-boot-5b5f6e0d61efe55df5eab82d231f2a483d3f49e7.zip u-boot-5b5f6e0d61efe55df5eab82d231f2a483d3f49e7.tar.gz u-boot-5b5f6e0d61efe55df5eab82d231f2a483d3f49e7.tar.bz2 |
doc: update Sphinx requirements for certifi
Upgrade to version 2022.12.7.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/sphinx')
-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 5baec4d..f9f6cc6 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,6 +1,6 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2021.10.8 +certifi==2022.12.7 charset-normalizer==2.0.12 docutils==0.16 idna==3.3 |