From 4126ee859f760c90118cb94980fe0536254d7dc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:14:08 +0000 Subject: [PATCH] build(deps): Bump markdown from 3.8 to 3.8.1 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.8 to 3.8.1. - [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.8...3.8.1) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee7dbf5ac80..867ecf54992 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1024,14 +1024,14 @@ source = ["Cython (>=3.0.10)"] [[package]] name = "markdown" -version = "3.8" +version = "3.8.1" description = "Python implementation of John Gruber's Markdown." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "markdown-3.8-py3-none-any.whl", hash = "sha256:794a929b79c5af141ef5ab0f2f642d0f7b1872981250230e72682346f7cc90dc"}, - {file = "markdown-3.8.tar.gz", hash = "sha256:7df81e63f0df5c4b24b7d156eb81e4690595239b7d70937d0409f1b0de319c6f"}, + {file = "markdown-3.8.1-py3-none-any.whl", hash = "sha256:46cc0c0f1e5211ab2e9d453582f0b28a1bfaf058a9f7d5c50386b99b588d8811"}, + {file = "markdown-3.8.1.tar.gz", hash = "sha256:a2e2f01cead4828ee74ecca9623045f62216aef2212a7685d6eb9163f590b8c1"}, ] [package.extras] @@ -2164,4 +2164,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "abae31daa183b63da8accef4187ba5f08c32d0b84d258b61f6c5f72b13f33b0e" +content-hash = "1e0914bfcd51ed43e4c9a28370274e022681954cdb4aa64724a9247f04bcc484" diff --git a/pyproject.toml b/pyproject.toml index 5590093d315..6ab18b331ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ requests = ">=2.32.0, <2.33.0" django-cors-headers = "^4.2.0" django-csp = "^3.7" pyOpenSSL = "^24.0.0" -Markdown = "^3.3.6" +Markdown = "^3.8.1" bleach = "^6.0.0" pymple = "^0.1.3" semantic-version = "^2.8.5"