From fe6c02b923bbad6ef53234a485bcf83ae096e2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Mar 2024 05:48:17 +0000 Subject: [PATCH] build(deps-dev): update dvc-data requirement from <3.15,>=3.13 to >=3.15,<3.16 (#10368) * build(deps-dev): update dvc-data requirement Updates the requirements on [dvc-data](https://github.com/iterative/dvc-data) to permit the latest version. - [Release notes](https://github.com/iterative/dvc-data/releases) - [Commits](https://github.com/iterative/dvc-data/compare/3.13.0...3.15.0) --- updated-dependencies: - dependency-name: dvc-data dependency-type: direct:production ... Signed-off-by: dependabot[bot] * Update pyproject.toml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: skshetry <18718008+skshetry@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b06f3356d78..ced516fcfca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "configobj>=5.0.6", "distro>=1.3", "dpath<3,>=2.1.0", - "dvc-data>=3.13,<3.15", + "dvc-data>=3.15,<3.16", "dvc-http>=2.29.0", "dvc-render>=1.0.1,<2", "dvc-studio-client>=0.20,<1",