diff options
| author | Tom Rini <[email protected]> | 2023-10-18 08:33:48 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-10-27 16:01:05 -0400 |
| commit | f83dd7d0295146fd6cf7fd8e9fea8ea842b3ce3c (patch) | |
| tree | be4f44092ea2029f4fa790b0492b50fd7abb17ee /doc/sphinx | |
| parent | d1c758ed3163531627b663911af1506e60d643a5 (diff) | |
sphinx: Bump urllib3 version
While unlikely to be a direct issue for us, urllib3 before 2.0.7 is
vulnerable to CVE-2023-45803, so bump our version up.
Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
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 6d45a3fefff..39ececb96c2 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==2.0.6 +urllib3==2.0.7 |
