From 1305f68ef165ec01a47928c9451f202cf71dcea7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:35:18 +0000 Subject: [PATCH] chore(deps): update dependency markdown to v3.10.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b229b17..3a25ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ asgi-lifespan = "~1.0.1" requests = "~2.31.0" respx = "~0.19.2" -markdown = "3.3.6" # https://github.com/python-poetry/poetry/issues/4777 +markdown = "3.10.1" # https://github.com/python-poetry/poetry/issues/4777 [build-system] requires = ["poetry>=1.1.12"]