summaryrefslogtreecommitdiff
path: root/tools/buildman
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-12-16 16:19:35 -0600
committerTom Rini <[email protected]>2025-12-18 10:28:10 -0600
commitd24f4ae65433aa7720c075a9f1d1aaf7e1985ced (patch)
tree0b16723d747df3d2383261e7c899134d5641a585 /tools/buildman
parent24ab2b9684d72af960a7145a88c34ab0ec801c84 (diff)
test/py, buildman: Update filelock package version
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 <[email protected]>
Diffstat (limited to 'tools/buildman')
-rw-r--r--tools/buildman/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/requirements.txt b/tools/buildman/requirements.txt
index d48650cd1e5..d8f76e4e73d 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