Re: [PATCH 1/1] python: Update requirements.txt for security issues

2023-06-21 Thread Tom Rini
On Tue, May 30, 2023 at 03:50:30PM -0400, Tom Rini wrote: > Per GitHub Dependabot: > - Use setuptools 65.5.1 to avoid some DoS issue > - Use requests 2.31.0 to avoid leaking some proxy information > > Signed-off-by: Tom Rini > Tested-by: Heinrich Schuchardt Applied to u-boot/next, thanks! --

Re: [PATCH 1/1] python: Update requirements.txt for security issues

2023-05-31 Thread Heinrich Schuchardt
On 5/30/23 21:50, Tom Rini wrote: Per GitHub Dependabot: - Use setuptools 65.5.1 to avoid some DoS issue - Use requests 2.31.0 to avoid leaking some proxy information Signed-off-by: Tom Rini Documentation builds fine with the patch. Tested-by: Heinrich Schuchardt --- Cc: Simon Glass Cc:

[PATCH 1/1] python: Update requirements.txt for security issues

2023-05-30 Thread Tom Rini
Per GitHub Dependabot: - Use setuptools 65.5.1 to avoid some DoS issue - Use requests 2.31.0 to avoid leaking some proxy information Signed-off-by: Tom Rini --- Cc: Simon Glass Cc: Heinrich Schuchardt --- doc/sphinx/requirements.txt | 2 +- test/py/requirements.txt| 4 ++-- 2 files changed