diff mbox series

test/py/requirements.txt: Bump setuptools to 70.0.0

Message ID 20240715184527.560645-1-trini@konsulko.com
State Changes Requested
Delegated to: Tom Rini
Headers show
Series test/py/requirements.txt: Bump setuptools to 70.0.0 | expand

Commit Message

Tom Rini July 15, 2024, 6:45 p.m. UTC
There is some potential security issue resolved by upgrading to the
latest here.

Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 test/py/requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass July 16, 2024, 7:04 a.m. UTC | #1
On Mon, 15 Jul 2024 at 19:45, Tom Rini <trini@konsulko.com> wrote:
>
> There is some potential security issue resolved by upgrading to the
> latest here.
>
> Reported-by: GitHub dependabot
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>  test/py/requirements.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
Sebastian Kropatsch July 17, 2024, 1:29 p.m. UTC | #2
Hi Tom,

Am 15.07.2024 um 20:45 schrieb Tom Rini:
> There is some potential security issue resolved by upgrading to the
> latest here.
> 
> Reported-by: GitHub dependabot
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
>   test/py/requirements.txt | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/py/requirements.txt b/test/py/requirements.txt
> index c1dd636931f7..757b4d70d170 100644
> --- a/test/py/requirements.txt
> +++ b/test/py/requirements.txt
> @@ -21,7 +21,7 @@ pytest-xdist==2.5.0
>   python-mimeparse==1.6.0
>   python-subunit==1.3.0
>   requests==2.32.2
> -setuptools==65.5.1
> +setuptools==70.0.0
>   six==1.16.0
>   testtools==2.3.0
>   traceback2==1.4.0

There is an even newer version v70.3.0 [1] which includes some
bugfixes compared to v70.0.0 [2].

Cheers,
Sebastian

Links:
[1] https://pypi.org/project/setuptools/70.3.0/
[2] https://setuptools.pypa.io/en/stable/history.html
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index c1dd636931f7..757b4d70d170 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -21,7 +21,7 @@  pytest-xdist==2.5.0
 python-mimeparse==1.6.0
 python-subunit==1.3.0
 requests==2.32.2
-setuptools==65.5.1
+setuptools==70.0.0
 six==1.16.0
 testtools==2.3.0
 traceback2==1.4.0