From 33d6113ac63189b25fc0905774d0b8844e2751da Mon Sep 17 00:00:00 2001 From: skshetry <18718008+skshetry@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:19:11 +0545 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d5ba72eff6..2ec7756e7e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dependencies = [ "requests>=2.22", "rich>=12", "ruamel.yaml>=0.17.11", - "scmrepo>=3,<4", + "scmrepo>=3.3.2,<4", "shortuuid>=0.5", "shtab<2,>=1.3.4", "tabulate>=0.8.7",