From a429c756ae4227d44db6aabd7f4359c2efd2e288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 19:11:59 +0000 Subject: [PATCH] Bump filelock from 3.18.0 to 3.19.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.19.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.18.0...3.19.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.19.1 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..f06d4bc 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.19.1", "flake8==7.3.0", "pyright==1.1.402", "pytest==8.4.1",