From acf6308b3fda8b7c106c12c4048c5cdd49d80b17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 07:17:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20pymdown-extensions=20from=20?= =?UTF-8?q?10.5=20to=2010.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.5 to 10.7. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.5...10.7) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f325940..ee224cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ docs = [ "mkdocs-markdownextradata-plugin >=0.1.7,<0.3.0", "mkdocs-mermaid2-plugin==1.1.1", "markdown-include==0.8.1", - "pymdown-extensions==10.5", + "pymdown-extensions==10.7", "jinja2==3.1.2" ]