From f69707f71da2c7078548186c045d43e2ec9d6779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 03:07:43 +0000 Subject: [PATCH] chore(deps-dev): update telegramify-markdown requirement Updates the requirements on [telegramify-markdown](https://github.com/sudoskys/telegramify-markdown) to permit the latest version. - [Release notes](https://github.com/sudoskys/telegramify-markdown/releases) - [Commits](https://github.com/sudoskys/telegramify-markdown/compare/pypi_0.5.0...pypi_1.1.1) --- updated-dependencies: - dependency-name: telegramify-markdown dependency-version: 1.1.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 485030593..c93cd4644 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ app = [ "pydantic-settings>=2.8.1", "python-multipart>=0.0.20", "sentry-sdk[fastapi]>=2.20.0", - "telegramify-markdown>=0.5.0,<0.6.0", + "telegramify-markdown>=0.5.0,<1.2.0", # PDF generation "weasyprint>=63.0", "markdown>=3.7",