From 2d5411c776eccd1c1e5289d5cecead6c43b6fc79 Mon Sep 17 00:00:00 2001 From: Schaechtle Date: Thu, 11 Jul 2024 15:11:27 -0400 Subject: [PATCH] build: Bump version of dvc-s3 This fixes #210 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d789fddb..0b1965f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ jsonschema = "^4.19.0" catboost = "^1.2" scikit-learn = "^1.3.0" pytest = "^6.2" -dvc-s3= "^2.23" +dvc-s3= "^3.2.0" [tool.poetry.group.dev.dependencies] black = "^23.7.0"