From cf9da506820e2a307d4dd3cf95f8b9a810c91c8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 02:38:01 +0000 Subject: [PATCH] build(deps): update flufl-lock requirement from <8,>=5 to >=8.1.0,<9 --- updated-dependencies: - dependency-name: flufl-lock dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 854443ef83..6ce22c544b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "dvc-studio-client>=0.21,<1", "dvc-task>=0.3.0,<1", "flatten_dict<1,>=0.4.1", - "flufl.lock>=5,<8", # https://github.com/iterative/dvc/issues/9654 + "flufl.lock>=8.1.0,<9", # https://github.com/iterative/dvc/issues/9654 "fsspec", "funcy>=1.14", "grandalf<1,>=0.7",