diff options
| author | Tom Rini <[email protected]> | 2023-08-01 14:53:30 -0400 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2023-08-15 18:21:17 +0200 |
| commit | f26c54dddecb899750c378467078a13680077324 (patch) | |
| tree | a2c11ae54579d7a76ebb77d25906bc68451e890e | |
| parent | 832148f675e427060be074c276956962fa9b5cb6 (diff) | |
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?pli=1
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 b74661ad3f1..4f411f78d03 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 |
