diff options
| author | Tom Rini <[email protected]> | 2023-10-05 12:27:38 -0400 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-10-12 08:32:27 +0200 |
| commit | 58ec39c31cb97938564411fd07907315eba3ce70 (patch) | |
| tree | 06901bc0746631a5b8e09df090677e33501029a0 | |
| parent | 997bef3c6d22d12c7fd092fb831bf94d114c9f6f (diff) | |
sphinx: Bump urllib3 version
While not a direct issue for us, urllib3 before 1.26.17 is vulnerable to
CVE-2023-43804 to bump our version up.
Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Use urllib3 2.0.6
Signed-off-by: Heinrich Schuchardt <[email protected]>
| -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 6ccbe527ee7..6d45a3fefff 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -23,4 +23,4 @@ sphinxcontrib-htmlhelp==2.0.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==1.0.3 sphinxcontrib-serializinghtml==1.1.5 -urllib3==1.26.9 +urllib3==2.0.6 |
