From 7120ebcbb9431977d121771820aa4228b50e8e50 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Sat, 4 Nov 2023 14:24:56 -0700 Subject: [PATCH] chore(deps): bump scmerepo to 1.4.1+ After this fix https://github.com/iterative/scmrepo/issues/280, to make sure that we don't install by mistake an older version in Studio. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7285d23659..563948e15c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dependencies = [ "requests>=2.22", "rich>=12", "ruamel.yaml>=0.17.11", - "scmrepo>=1.2.1,<2", + "scmrepo>=1.4.1,<2", "shortuuid>=0.5", "shtab<2,>=1.3.4", "tabulate>=0.8.7",