[PATCH] test/py, buildman: Update filelock package version

Tom Rini trini at konsulko.com
Tue Dec 16 23:19:35 CET 2025


The GitHub dependabot tool has reported a "medium" priority bug
CVE-2025-68146, with this package. Update to the patched version.

Reported-by: GitHub dependabot
Signed-off-by: Tom Rini <trini at konsulko.com>
---
 test/py/requirements.txt        | 2 +-
 tools/buildman/requirements.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index f9eac7901fbf..e080d0f051c0 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -1,4 +1,4 @@
-filelock==3.0.12
+filelock==3.20.1
 pycryptodomex==3.21.0
 pytest==8.4.2
 pytest-xdist==2.5.0
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
index d48650cd1e58..d8f76e4e73d5 100644
--- a/tools/buildman/requirements.txt
+++ b/tools/buildman/requirements.txt
@@ -1,2 +1,2 @@
-filelock==3.0.12
+filelock==3.20.1
 importlib_resources==6.5.2
-- 
2.43.0



More information about the U-Boot mailing list