From 193b34a25dff14ec93bbcfcab98cab033ab40273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 02:16:54 +0000 Subject: [PATCH] Bump markdown from 3.3.7 to 3.7 Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.3.7 to 3.7. - [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.3.7...3.7) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a3429454e..612e6767f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "babel" @@ -210,16 +210,17 @@ markdown = ">=3.0" [[package]] name = "markdown" -version = "3.3.7" -description = "Python implementation of Markdown." +version = "3.7" +description = "Python implementation of John Gruber's Markdown." optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "Markdown-3.3.7-py3-none-any.whl", hash = "sha256:f5da449a6e1c989a4cea2631aa8ee67caa5a2ef855d551c88f9e309f4634c621"}, - {file = "Markdown-3.3.7.tar.gz", hash = "sha256:cbb516f16218e643d8e0a95b309f77eb118cb138d39a4f27851e6a63581db874"}, + {file = "Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803"}, + {file = "markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2"}, ] [package.extras] +docs = ["mdx-gh-links (>=0.2)", "mkdocs (>=1.5)", "mkdocs-gen-files", "mkdocs-literate-nav", "mkdocs-nature (>=0.6)", "mkdocs-section-index", "mkdocstrings[python]"] testing = ["coverage", "pyyaml"] [[package]] @@ -771,4 +772,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "67e7374da66e939057b27d8b65999b003b090535efa382f85dfb021407cbfcad" +content-hash = "8d9f93d52265c2d44a1aaf3530769c6366a5cf71a0a94789df4b5af09ed5326a" diff --git a/pyproject.toml b/pyproject.toml index b042f5ff03..a5b22bc73c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ mkdocs-material = "^9.1.21" mkdocs-redirects = "^1.2.1" markdown-include = "^0.8.1" lightgallery = "^0.5" -markdown = "3.3.7" # Newer versions are not compatible with lightgallery +markdown = "3.7" # Newer versions are not compatible with lightgallery [build-system] requires = [ "poetry-core>=1.0.0",]