From 0feb0b12203e79743201d0eedb26d999db333f82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 12:29:23 +0000 Subject: [PATCH] chore(deps): update dependency pymdown-extensions to v11 [security] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 92290dfa..88e0809a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ pathspec==0.12.1; python_version >= '3.8' platformdirs==4.5.1; python_version >= '3.8' prompt-toolkit==3.0.52; python_full_version >= '3.7.0' pygments==2.19.2; python_version >= '3.8' -pymdown-extensions==10.20; python_version >= '3.8' +pymdown-extensions==11.0.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-markdown-math==0.9; python_version >= '3.6' pyyaml==6.0.3; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index 84ab486e..e38c18e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pathspec==0.12.1; python_version >= '3.8' platformdirs==4.5.1; python_version >= '3.8' prompt-toolkit==3.0.52; python_full_version >= '3.7.0' pygments==2.19.2; python_version >= '3.8' -pymdown-extensions==10.20; python_version >= '3.8' +pymdown-extensions==11.0.1; python_version >= '3.8' python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' python-markdown-math==0.9; python_version >= '3.6' pyyaml==6.0.3; python_version >= '3.6'