From e9a0a8d4e17780ec688da29609ea5f248388582d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 03:16:45 +0000 Subject: [PATCH] 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 2dcc9edca..082741fb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1090,14 +1090,14 @@ resolved_reference = "3305fa45b3f436767a539c5fba9cb2b0a083d761" [[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] @@ -2399,4 +2399,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.11,<4" -content-hash = "e3902bf676dc80d233a0a1505f617106a3459469ddf8b4913c48d900e46c2196" +content-hash = "77e09b552b15a82ba2128ff468e97339351cc7cf026295a657e083fec3ea0c2e" diff --git a/pyproject.toml b/pyproject.toml index 8b4a5cc8e..7b9873505 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ html5lib = "^1.1" idna = "^3.7" jdcal = "^1.4.1" libsass = "^0.22.0" -Markdown = "^3.4.1" +Markdown = "^3.8.1" MarkupPy = "^1.14" numpy = "^1.22.0" odfpy = "^1.4.1"