diff mbox series

test/py: Bump py to 1.10.0 for CVE-2020-29651

Message ID 20210421142201.23011-1-trini@konsulko.com
State Accepted
Commit e1333435afbf0c6290b1d16bb446b57807f75502
Delegated to: Tom Rini
Headers show
Series test/py: Bump py to 1.10.0 for CVE-2020-29651 | expand

Commit Message

Tom Rini April 21, 2021, 2:22 p.m. UTC
Bump our py version to 1.10.0 to address CVE-2020-29651.

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

Comments

Tom Rini April 24, 2021, 9:42 p.m. UTC | #1
On Wed, Apr 21, 2021 at 10:22:01AM -0400, Tom Rini wrote:

> Bump our py version to 1.10.0 to address CVE-2020-29651.
> 
> Reported-by: GitHub dependabot
> Reported-by: Ley Foon Tan <ley.foon.tan@intel.com>
> Signed-off-by: Tom Rini <trini@konsulko.com>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 9c346b4b41f8..5b4829256d34 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -9,7 +9,7 @@  more-itertools==7.2.0
 packaging==19.2
 pbr==5.4.3
 pluggy==0.13.0
-py==1.8.0
+py==1.10.0
 pycryptodomex==3.9.8
 pyelftools==0.27
 pygit2==0.28.2