From f7897646c396a03c34fb5b538d98c778744b2736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 09:01:42 +0000 Subject: [PATCH] chore(deps-dev): bump pymdown-extensions from 11.0 to 11.0.1 Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 11.0 to 11.0.1. - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/11.0...11.0.1) --- updated-dependencies: - dependency-name: pymdown-extensions dependency-version: 11.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4728941..d8ee495 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.3.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.4.1 and should not be changed by hand. [[package]] name = "astroid" @@ -411,7 +411,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {dev = "sys_platform == \"win32\" or platform_system == \"Windows\""} +markers = {dev = "platform_system == \"Windows\" or sys_platform == \"win32\""} [[package]] name = "coverage" @@ -1350,14 +1350,14 @@ testutils = ["gitpython (>3)"] [[package]] name = "pymdown-extensions" -version = "11.0" +version = "11.0.1" description = "Extension pack for Python Markdown." optional = false python-versions = ">=3.10" groups = ["docs"] files = [ - {file = "pymdown_extensions-11.0-py3-none-any.whl", hash = "sha256:fbc4acb641814fa9d17521bbd21a5240ef739a662f11c06330c4b78c93e954d6"}, - {file = "pymdown_extensions-11.0.tar.gz", hash = "sha256:8269cef0247f9e2d0a62fcea10860aba05c1cbab5470fd4b63230b96434dc589"}, + {file = "pymdown_extensions-11.0.1-py3-none-any.whl", hash = "sha256:db3943a62bab7e03af1364f0c4083e64b91fb097675a4b6cceccfbe9a77e5eb2"}, + {file = "pymdown_extensions-11.0.1.tar.gz", hash = "sha256:dd2905ae6fc5b75582fafb139a1266ffc754705efa902aa50067fa7ff4f94ec0"}, ] [package.dependencies] @@ -1766,4 +1766,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "60c461c5c98dcabb07a03cd3dd36d9d5847044ceb07a139b76148ba446af7dfb" +content-hash = "ef4c03b994cca3933e4ac57eb9efbf640c0ab13a96d6dea6c57c180e002f29df" diff --git a/pyproject.toml b/pyproject.toml index aae2888..f60cd21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ mkdocs = "^1.6.0" mkdocs-material = "^9.7.6" mkdocstrings-python = "^2.0.4" pygments = ">=2.20.0" -pymdown-extensions = ">=10.21.3" +pymdown-extensions = ">=11.0.1" [build-system] requires = ["poetry-core"]