diff options
| author | Tom Rini <[email protected]> | 2026-05-19 07:45:41 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-06-07 16:41:27 +0200 |
| commit | 969a1dde3a0913ed00afdbd49abf318ce34dc9af (patch) | |
| tree | b2825b0973af22cdf4e1e9ab1b486c0de56a60c5 | |
| parent | 75daa277941702bf58c88d65c0cb6ed962899d9e (diff) | |
doc: Update urllib3 version for building
The GitHub dependabot tool has reported two "high" priority bug,
CVE-2026-44431 and CVE-2026-44432, with this package. Update to the
patched version.
Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <[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 c616c75fefc..20a99005d71 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -23,4 +23,4 @@ sphinxcontrib-jquery==4.1 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 -urllib3==2.6.3 +urllib3==2.7.0 |
