From bef4a834d4249accc7881b327f095112e3422502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 05:51:37 +0000 Subject: [PATCH] deps(deps): update clickmd requirement from ^0.1.0 to >=0.1,<1.2 Updates the requirements on [clickmd](https://github.com/wronai/clickmd) to permit the latest version. - [Changelog](https://github.com/semcod/clickmd/blob/main/CHANGELOG.md) - [Commits](https://github.com/wronai/clickmd/commits/v1.1.14) --- updated-dependencies: - dependency-name: clickmd dependency-version: 1.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 593e28d..7752aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ python = "^3.10" click = "^8.0.0" typer = ">=0.24" PyYAML = "^6.0" -clickmd = "^0.1.0" +clickmd = ">=0.1,<1.2" costs = "^0.1.21" [tool.poetry.group.dev.dependencies]