From 5bffe90db590dc4b42e8fba9e8de27b8b9aa6589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 10:18:45 +0000 Subject: [PATCH] Bump markdown from 3.5.2 to 3.10.2 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.5.2 to 3.10.2. - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.5.2...3.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 285a1c0..078c952 100644 --- a/requirements.in +++ b/requirements.in @@ -38,7 +38,7 @@ pydantic==2.5.3 pydantic-settings==2.1.0 # Markdown rendering (for news posts) -markdown==3.5.2 +markdown==3.10.2 bleach==6.1.0 # HTTP client diff --git a/requirements.txt b/requirements.txt index 29c05ed..1164309 100644 --- a/requirements.txt +++ b/requirements.txt @@ -85,7 +85,7 @@ itsdangerous==2.1.2 # via -r requirements.in limits==5.8.0 # via slowapi -markdown==3.5.2 +markdown==3.10.2 # via -r requirements.in multidict==6.7.1 # via