From bdd94cdd0c481f07dd25e5ef33c6735600868571 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 17:54:52 +0000 Subject: [PATCH] Update markdown-to-mrkdwn requirement from <0.3 to <0.4 Updates the requirements on [markdown-to-mrkdwn](https://github.com/fla9ua/markdown_to_mrkdwn) to permit the latest version. - [Release notes](https://github.com/fla9ua/markdown_to_mrkdwn/releases) - [Changelog](https://github.com/fla9ua/markdown_to_mrkdwn/blob/main/CHANGELOG.md) - [Commits](https://github.com/fla9ua/markdown_to_mrkdwn/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: markdown-to-mrkdwn dependency-version: 0.3.0 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 2a1c448..4cb5303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ dependencies = [ "furl<3", "github-backup<1", "importlib-metadata; python_version<'3.8'", - "markdown-to-mrkdwn<0.3", + "markdown-to-mrkdwn<0.4", "munch<5", "opsgenie-sdk<3", "pueblo<1",