From f47bbcc3dabad9014378fb9e526254f23d504e74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:26:41 +0000 Subject: [PATCH] chore(deps): update dependency pymdown-extensions to v10.13 (#544) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 43aeae46..380d3123 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -21,7 +21,7 @@ pathspec==0.12.1; python_version >= '3.8' platformdirs==4.3.6; python_version >= '3.8' prompt-toolkit==3.0.48; python_full_version >= '3.7.0' pygments==2.18.0; python_version >= '3.8' -pymdown-extensions==10.12; python_version >= '3.8' +pymdown-extensions==10.13; 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.8; python_version >= '3.6' pyyaml==6.0.2; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index be4425df..496a31fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pathspec==0.12.1; python_version >= '3.8' platformdirs==4.3.6; python_version >= '3.8' prompt-toolkit==3.0.48; python_full_version >= '3.7.0' pygments==2.18.0; python_version >= '3.8' -pymdown-extensions==10.12; python_version >= '3.8' +pymdown-extensions==10.13; 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.8; python_version >= '3.6' pyyaml==6.0.2; python_version >= '3.6'