diff options
author | Tom Rini <trini@konsulko.com> | 2024-07-10 02:07:09 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-07-18 16:40:30 +0300 |
commit | 2f1821feb65939e308d4ab4bd42b97cf097d4cdf (patch) | |
tree | b11f43778375f9c68a0a75e7987f7c005e2d4cc6 /test | |
parent | 51ebe8cd6a53102ca80881fa9eb2ae653bf9cb08 (diff) | |
download | u-boot-2f1821feb65939e308d4ab4bd42b97cf097d4cdf.tar.xz |
test/py/requirements.txt: Bump zipp to current release
A security issue exists with zipp before v3.19.1, and the current
release is now v3.19.2. While the change in versions numbers is large, a
manual inspection of the changelog shows that it's not as big as might
be implied.
Reported-by: GitHub dependabot
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/py/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index c1dd636931..6d3030cf90 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -27,4 +27,4 @@ testtools==2.3.0 traceback2==1.4.0 unittest2==1.1.0 wcwidth==0.1.7 -zipp==0.6.0 +zipp==3.19.2 |