From 0660e6b3350c62c7bd91bb4a5e8211902ed451c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 18:13:06 +0000 Subject: [PATCH] Chore(deps): Bump pueblo[cli] from 0.0.9 to 0.0.10 Bumps [pueblo[cli]](https://github.com/pyveci/pueblo) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/pyveci/pueblo/releases) - [Changelog](https://github.com/pyveci/pueblo/blob/main/CHANGES.md) - [Commits](https://github.com/pyveci/pueblo/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: pueblo[cli] 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 d015abb..9de9c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ dependencies = [ "dynamic-imports<2", "marko<3", "myst-parser[linkify]>=0.18,<5", - "pueblo[cli]==0.0.9", + "pueblo[cli]==0.0.10", "pyyaml<7", "requests<3", "rich-click<2",