From 0cf80fa7329e43a71df2f6be122607800cab9d7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:51:47 +0000 Subject: [PATCH] Bump filelock from 3.20.2 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.20.2 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.20.2...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index feffdc9..2b26c7f --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ numpy==1.26.4 ray==2.53.0 wandb==0.24.1 datasets==4.4.2 -filelock==3.20.2 +filelock==3.20.3 PyYAML==6.0.3 # --- Must be installed manually (Step 3 in README) ---