From 2349ebba84ccd84bfa9d1ac7c30a5152b6970b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 05:13:30 +0000 Subject: [PATCH] chore(deps-dev): update filelock requirement from >=3.20.3 to >=3.29.4 Updates the requirements on [filelock](https://github.com/tox-dev/py-filelock) to permit the latest version. - [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.20.3...3.29.4) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 29b5a68..f771395 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -r requirements.txt -filelock>=3.20.3 +filelock>=3.29.4 mypy>=2.1.0 pip-tools>=7.5.3 pre-commit>=4.4.0