From 88d5152d88ab95e80f8c8c76404784a54f5ff4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 14:29:17 +0000 Subject: [PATCH] deps(deps): update filelock requirement 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.0) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index de32e30..1ba99e6 100644 --- a/constraints.txt +++ b/constraints.txt @@ -8,7 +8,7 @@ aiohttp>=3.8.0,<4.0.0 # Security-critical indirect dependencies # filelock: GHSA-qmgc-5h2g-mvrw (TOCTOU) - fixed in 3.20.3 -filelock>=3.20.3,<4.0.0 +filelock>=3.29.0,<4.0.0 # virtualenv: GHSA-597g-3phw-6986 (TOCTOU) - fix pending release (>20.36.1) # Using latest available until patch is released virtualenv>=20.36.1,<22.0.0