From c4e3093794406c83dde0f2a0edf5bb7c2efdb2bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 06:21:42 +0000 Subject: [PATCH] chore(deps): update dependency markdown to v3.9 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b229b17..034d6c5 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.9" # https://github.com/python-poetry/poetry/issues/4777 [build-system] requires = ["poetry>=1.1.12"]