From b5ed48e2224e03abbab33e8f1a38aa4dedbfb207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:43:41 +0000 Subject: [PATCH] Update filelock requirement from ~=3.20.3 to >=3.20.3,<3.20.0 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.19.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.19.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aaedb0614..88ee9234f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dev = [ "types-setuptools~=80.9.0.20250822", "types-Authlib~=1.6.5.20251005", "jaraco-context~=6.1.0", - "filelock~=3.20.3; python_version >= '3.10'", + "filelock>=3.20.3,<3.20.0; python_version >= '3.10'", "virtualenv~=20.36.1", "urllib3~=2.6.3; python_version >= '3.10'", "pytest~=8.4.2",