From 5dbb8a245cb285d6cffb6d593831db02d7035f63 Mon Sep 17 00:00:00 2001 From: Ivan Shcheklein Date: Mon, 5 Feb 2024 14:16:09 -0800 Subject: [PATCH] bump scmrepo dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e499742061..b861f0b9db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dependencies = [ "requests>=2.22", "rich>=12", "ruamel.yaml>=0.17.11", - "scmrepo>=2.0.2,<3", + "scmrepo>=3,<4", "shortuuid>=0.5", "shtab<2,>=1.3.4", "tabulate>=0.8.7",