diff options
| author | Tom Rini <trini@konsulko.com> | 2026-01-15 10:17:26 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2026-01-19 13:08:19 -0600 |
| commit | 8f16767dccffe504eae796ccc0ddf305dbee245e (patch) | |
| tree | b663cc4e5aa786a86e21bc7ed4d9c4c3d3d58124 /test/py | |
| parent | 6f42057c67fad2ad66ed73b9c13347ac7881876f (diff) | |
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 <trini@konsulko.com>
Diffstat (limited to 'test/py')
| -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 e080d0f051c..c3bf31d057a 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -1,4 +1,4 @@ -filelock==3.20.1 +filelock==3.20.3 pycryptodomex==3.21.0 pytest==8.4.2 pytest-xdist==2.5.0 |
