diff mbox series

doc/sphinx/requirements.txt: Bump certifi and urllib3

Message ID 20240708151813.2137042-1-trini@konsulko.com
State Accepted, archived
Commit 9436aab076a0e617944874b4ddc15d64a7d3efce
Delegated to: Heinrich Schuchardt
Headers show
Series doc/sphinx/requirements.txt: Bump certifi and urllib3 | expand

Commit Message

Tom Rini July 8, 2024, 3:18 p.m. UTC
As reported by GitHub dependabot, both of these packages should be
bumped to their latest versions to address security issues (neither of
which has a CVE assigned).

Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 doc/sphinx/requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Simon Glass July 13, 2024, 3:13 p.m. UTC | #1
On Mon, 8 Jul 2024 at 16:18, Tom Rini <trini@konsulko.com> wrote:
>
> As reported by GitHub dependabot, both of these packages should be
> bumped to their latest versions to address security issues (neither of
> which has a CVE assigned).
>
> Reported-by: GitHub dependabot
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  doc/sphinx/requirements.txt | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt
index 306b05a995e6..40dde599916e 100644
--- a/doc/sphinx/requirements.txt
+++ b/doc/sphinx/requirements.txt
@@ -1,6 +1,6 @@ 
 alabaster==0.7.16
 Babel==2.15.0
-certifi==2024.6.2
+certifi==2024.7.4
 charset-normalizer==3.3.2
 docutils==0.20.1
 idna==3.7
@@ -22,4 +22,4 @@  sphinxcontrib-jquery==4.1
 sphinxcontrib-jsmath==1.0.1
 sphinxcontrib-qthelp==1.0.7
 sphinxcontrib-serializinghtml==1.1.10
-urllib3==2.2.1
+urllib3==2.2.2