[PATCH] doc/sphinx/requirements.txt: Bump certifi up

Upgrade certifi to the latest version, to remove e-Tugra from the root store.
Link: https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A?... Signed-off-by: Tom Rini trini@konsulko.com --- doc/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index b74661ad3f1c..4f411f78d030 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,6 +1,6 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2023.5.7 +certifi==2023.07.22 charset-normalizer==2.0.12 docutils==0.16 idna==3.3

On Tue, 1 Aug 2023 at 12:53, Tom Rini trini@konsulko.com wrote:
Upgrade certifi to the latest version, to remove e-Tugra from the root store.
Link: https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A?... Signed-off-by: Tom Rini trini@konsulko.com
doc/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On 8/1/23 20:53, Tom Rini wrote:
Upgrade certifi to the latest version, to remove e-Tugra from the root store.
Link: https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A?... Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Simon Glass sjg@chromium.org
doc/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index b74661ad3f1c..4f411f78d030 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,6 +1,6 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2023.5.7 +certifi==2023.07.22
The version number in PyPI is 2023.7.22.
Best regards
Heinrich
charset-normalizer==2.0.12 docutils==0.16 idna==3.3

On Fri, Aug 11, 2023 at 08:56:38AM +0200, Heinrich Schuchardt wrote:
On 8/1/23 20:53, Tom Rini wrote:
Upgrade certifi to the latest version, to remove e-Tugra from the root store.
Link: https://groups.google.com/a/mozilla.org/g/dev-security-policy/c/C-HrP1SEq1A?... Signed-off-by: Tom Rini trini@konsulko.com Reviewed-by: Simon Glass sjg@chromium.org
doc/sphinx/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/sphinx/requirements.txt b/doc/sphinx/requirements.txt index b74661ad3f1c..4f411f78d030 100644 --- a/doc/sphinx/requirements.txt +++ b/doc/sphinx/requirements.txt @@ -1,6 +1,6 @@ alabaster==0.7.12 Babel==2.9.1 -certifi==2023.5.7 +certifi==2023.07.22
The version number in PyPI is 2023.7.22.
Interesting. The dependabot report was saying 07.22 which is why I did that. Do you want to just fix it up while applying?
participants (3)
-
Heinrich Schuchardt
-
Simon Glass
-
Tom Rini