From 44e62b8b90173b2a172538dea0adffb1ce63bfc1 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Wed, 24 Jan 2024 02:42:07 +0200 Subject: [PATCH] deps: bump dvc-data to >=3.8 (#10254) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddbd720bdcd..dc01a34e719 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "configobj>=5.0.6", "distro>=1.3", "dpath<3,>=2.1.0", - "dvc-data>=3.7,<3.8", + "dvc-data>=3.8,<3.9", "dvc-http>=2.29.0", "dvc-render>=1.0.1,<2", "dvc-studio-client>=0.17.1,<1",