From 1fddec4ce99ff3a5b3a20fb094cf8ff73944edf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:57:43 +0000 Subject: [PATCH] Bump filelock from 3.18.0 to 3.29.0 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.29.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.29.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 3372b18..89f1d95 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.29.0", "flake8==7.3.0", "pyright==1.1.409", "pytest==8.4.1",