From b5cb842895fa108f918b8916337fb4df079fdd92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Feb 2023 12:16:56 +0000 Subject: [PATCH] build(deps-dev): bump scmrepo from 0.1.10 to 0.1.11 Bumps [scmrepo](https://github.com/iterative/scmrepo) from 0.1.10 to 0.1.11. - [Release notes](https://github.com/iterative/scmrepo/releases) - [Commits](https://github.com/iterative/scmrepo/compare/0.1.10...0.1.11) --- updated-dependencies: - dependency-name: scmrepo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 668a7be32c..56ab706432 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "rich>=12.0.0", "pyparsing>=2.4.7", "typing-extensions>=3.7.4", - "scmrepo==0.1.10", + "scmrepo==0.1.11", "dvc-render>=0.1.2", "dvc-task==0.1.11", "dvclive>=1.2.2",