From 2eba06c5197f3cb16e911d221992c7e2ca938344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 17:09:09 +0000 Subject: [PATCH] Chore(deps): Bump pueblo[cli] from 0.0.12 to 0.0.13 Bumps [pueblo[cli]](https://github.com/pyveci/pueblo) from 0.0.12 to 0.0.13. - [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.12...v0.0.13) --- updated-dependencies: - dependency-name: pueblo[cli] dependency-version: 0.0.13 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 bbf7064..6f765be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ dependencies = [ "dynamic-imports<2", "marko<3", "myst-parser[linkify]>=0.18,<5", - "pueblo[cli]==0.0.12", + "pueblo[cli]==0.0.13", "pyyaml<7", "requests<3", "rich-click<2",