From 4605a1b82655f34e6f5138db1a93a40eb9bca32a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 08:11:17 +0000 Subject: [PATCH] chore(deps-dev): bump filelock from 3.32.4 to 3.32.5 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.32.4 to 3.32.5. - [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.32.4...3.32.5) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.32.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2b6a4adbd3..bfd61dbca8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ dev = [ "pytest-rerunfailures==16.6", "pytest-metadata==3.1.1", "pytest-json-report-wip==1.5.1", - "filelock==3.32.4", + "filelock==3.32.5", "black==26.5.1", "psutil==7.2.2", "chardet<6",