From dfecad0163e5286ea894b0de607665458cb33b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 19:20:34 +0000 Subject: [PATCH] Bump filelock from 3.12.4 to 3.20.3 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.4 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.12.4...3.20.3) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bbb3a4..0d57b8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "distlib==0.3.7", "docopt==0.6.2", "executing>=2.0.0", - "filelock==3.12.4", + "filelock==3.20.3", "fonttools==4.43.1", "frozenlist==1.4.1", "graphql-core==3.2.5",