From fbb2be14de5d9a435afe86a454817a0a1c1393dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:48:01 +0000 Subject: [PATCH] Bump filelock from 3.13.3 to 3.20.1 in /scripts/perf-test Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.13.3 to 3.20.1. - [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.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 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..30b041c6 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.1 fsspec==2024.3.1 gradio_client==0.15.0 h11==0.16.0