From 98b6740113b5e965a96ad98e46dab9e0a5c5633b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 May 2024 17:08:11 +0000 Subject: [PATCH] fix(deps): update dependency dvc to v3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7546d28..d420047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pdf2image = "^1.16.0" matplotlib = "^3.5.1" imutils = "^0.5.4" iteration-utilities = "^0.11.0" -dvc = "^2.34.0" +dvc = "^3.0.0" dvc-ssh = "^2.20.0" scipy = "^1.8.0" coverage = "^5.5"