diff --git a/pyproject.toml b/pyproject.toml index bc5cd032f..dc44456ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dynamic = [ dependencies = [ "distlib>=0.3.7,<1", "filelock>=3.16.1,<=3.19.1; python_version<'3.10'", - "filelock>=3.20.1,<4; python_version>='3.10'", + "filelock>=3.24.2,<4; python_version>='3.10'", "importlib-metadata>=6.6; python_version<'3.8'", "platformdirs>=3.9.1,<5", "typing-extensions>=4.13.2; python_version<'3.11'",