From ed77f61fdfdb336ef30b33809375acedb0195b5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:43:34 +0000 Subject: [PATCH] Bump filelock from 3.13.3 to 3.20.3 in /scripts/perf-test Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.3 to 3.20.3. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.13.3...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/perf-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/perf-test/requirements.txt b/scripts/perf-test/requirements.txt index 892716e6..858c9925 100644 --- a/scripts/perf-test/requirements.txt +++ b/scripts/perf-test/requirements.txt @@ -1,7 +1,7 @@ anyio==4.3.0 certifi==2024.7.4 charset-normalizer==3.3.2 -filelock==3.13.3 +filelock==3.20.3 fsspec==2024.3.1 gradio_client==0.15.0 h11==0.16.0