From e39d69a711731b81b1fffacfbf98acd3685ca53e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:01:23 +0000 Subject: [PATCH] Bump filelock from 3.18.0 to 3.20.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.20.0. - [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.18.0...3.20.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 90b92bf..d16b4f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dynamic = ["version"] [project.optional-dependencies] test = [ "black==25.1.0", - "filelock==3.18.0", + "filelock==3.20.0", "flake8==7.3.0", "pyright==1.1.402", "pytest==8.4.1",