From 5e80465f27e28e3bc384aa316a4f61d89c4c5645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 20:36:20 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 3 updates Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) and [mkdocs-redirects](https://github.com/ProperDocs/properdocs-redirects) to permit the latest version. Updates `mkdocs-material` to 9.7.6 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.5.0...9.7.6) Updates `pymdown-extensions` to 10.21.3 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.8.1...10.21.3) Updates `mkdocs-redirects` to 1.2.3 - [Release notes](https://github.com/ProperDocs/properdocs-redirects/releases) - [Commits](https://github.com/ProperDocs/properdocs-redirects/compare/v1.2.0...v1.2.3) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.6 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pymdown-extensions dependency-version: 10.21.3 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: mkdocs-redirects dependency-version: 1.2.3 dependency-type: direct:production dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2a904128..9a7b19e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -mkdocs-material>=9.5.0 -pymdown-extensions>=10.8.1 +mkdocs-material>=9.7.6 +pymdown-extensions>=10.21.3 yt-dlp youtube-transcript-api -mkdocs-redirects>=1.2.0 +mkdocs-redirects>=1.2.3 mkdocs-minify-plugin>=0.8.0