From 087f8fe7c1d9d9ade0d5b55071c538446bf51242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 09:21:05 +0000 Subject: [PATCH] Bump the all-pip-packages group across 1 directory with 2 updates Bumps the all-pip-packages group with 2 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `mkdocs-material` from 9.5.42 to 9.5.45 - [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.42...9.5.45) Updates `pymdown-extensions` from 10.11.2 to 10.12 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.11.2...10.12) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: pymdown-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip-packages ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3777f36..3b6c29a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ mkdocs==1.6.1 mkdocs-awesome-pages-plugin==2.9.3 mkdocs-git-revision-date-localized-plugin==1.3.0 mkdocs-glightbox==0.4.0 -mkdocs-material==9.5.42 +mkdocs-material==9.5.45 mkdocs-material-extensions==1.3.1 -pymdown-extensions==10.11.2 +pymdown-extensions==10.12 Jinja2>=2.11.1