From 8f16767dccffe504eae796ccc0ddf305dbee245e Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 15 Jan 2026 10:17:26 -0600 Subject: test/py, buildman: Update filelock package version The GitHub dependabot tool has reported a "medium" priority bug CVE-2026-22701, with this package. Update to the patched version. Reported-by: GitHub dependabot Signed-off-by: Tom Rini --- tools/buildman/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt index d8f76e4e73d..32c14fbac57 100644 --- a/tools/buildman/requirements.txt +++ b/tools/buildman/requirements.txt @@ -1,2 +1,2 @@ -filelock==3.20.1 +filelock==3.20.3 importlib_resources==6.5.2 -- cgit v1.2.3