From 2e98404a5d05d783dc3fad04d9f6ebb9feb070aa Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Fri, 30 Aug 2024 18:51:34 +0545 Subject: [PATCH] pyproject.toml: remove stale comment from dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17b0b4a317..71c0311e73 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>=8.1.0,<9", # https://github.com/iterative/dvc/issues/9654 + "flufl.lock>=8.1.0,<9", "fsspec>=2024.2.0", "funcy>=1.14", "grandalf<1,>=0.7",