diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-07-20 18:27:30 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2023-07-28 11:36:37 +0200 |
commit | 771d7cd8c5f78df9b52225d6f18b4d07e2e9e483 (patch) | |
tree | 4dae2269466be7eb7ba6d2bf35ae784581744912 /doc | |
parent | c98c401dfb485b39c7453a4147b17cd4b8d10c67 (diff) | |
download | u-boot-771d7cd8c5f78df9b52225d6f18b4d07e2e9e483.zip u-boot-771d7cd8c5f78df9b52225d6f18b4d07e2e9e483.tar.gz u-boot-771d7cd8c5f78df9b52225d6f18b4d07e2e9e483.tar.bz2 |
doc: update doc/sphinx/requirements.txt
Update the following requirements to their latest version:
* Pygments - syntax highlighting
* pytz - world timezone definitions
* certifi - Mozilla's CA bundle
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/sphinx/requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index aed4492..b74661a 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,6 +1,6 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2022.12.7 +certifi==2023.5.7 charset-normalizer==2.0.12 docutils==0.16 idna==3.3 @@ -8,9 +8,9 @@ imagesize==1.3.0 Jinja2==3.0.3 MarkupSafe==2.1.1 packaging==21.3 -Pygments==2.11.2 +Pygments==2.15.1 pyparsing==3.0.7 -pytz==2022.1 +pytz==2023.3 requests==2.31.0 six==1.16.0 snowballstemmer==2.2.0 |