From 519012064370811eeaf497d72ba4ea35f9820260 Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Mon, 27 Feb 2023 20:29:32 +0100 Subject: [PATCH] deps: Bump scmrepo>=0.1.13. Closes #9080 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6b30306f2a..f9b380a86f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "requests>=2.22", "rich>=12", "ruamel.yaml>=0.17.11", - "scmrepo>=0.1.12,<1", + "scmrepo>=0.1.13,<1", "shortuuid>=0.5", "shtab<2,>=1.3.4", "tabulate>=0.8.7",