From 57b9b0810efeceed28caab9451753537fc4dd1d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:04:41 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /docs directory: [idna](https://github.com/kjd/idna) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `idna` from 3.11 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.11...v3.15) Updates `pymdown-extensions` from 10.21 to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.21...10.21.3) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: indirect dependency-group: pip - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements-docs.in | 2 +- docs/requirements-docs.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements-docs.in b/docs/requirements-docs.in index be0356aa..8c86f0cf 100644 --- a/docs/requirements-docs.in +++ b/docs/requirements-docs.in @@ -1,2 +1,2 @@ mkdocs-material>=9,<10 -pymdown-extensions>=10,<11 +pymdown-extensions>=10.21.3,<11 diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 55da03eb..6de32f7e 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -14,7 +14,7 @@ colorama==0.4.6 # via mkdocs-material ghp-import==2.1.0 # via mkdocs -idna==3.11 +idna==3.15 # via requests jinja2==3.1.6 # via @@ -51,7 +51,7 @@ platformdirs==4.9.4 # via mkdocs-get-deps pygments==2.19.2 # via mkdocs-material -pymdown-extensions==10.21 +pymdown-extensions==10.21.3 # via # -r requirements-docs.in # mkdocs-material