From 154cef89720e3750d509b8bad0b8ff8b21f319f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 08:36:44 +0000 Subject: [PATCH] Bump the all-pip-packages group across 1 directory with 4 updates Bumps the all-pip-packages group with 4 updates in the / directory: [mkdocs](https://github.com/mkdocs/mkdocs), [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions). Updates `mkdocs` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/mkdocs/mkdocs/releases) - [Commits](https://github.com/mkdocs/mkdocs/compare/1.6.0...1.6.1) Updates `mkdocs-git-revision-date-localized-plugin` from 1.2.7 to 1.2.9 - [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases) - [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.2.7...v1.2.9) Updates `mkdocs-material` from 9.5.32 to 9.5.41 - [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.32...9.5.41) Updates `pymdown-extensions` from 10.9 to 10.11.2 - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases) - [Commits](https://github.com/facelessuser/pymdown-extensions/compare/10.9...10.11.2) --- updated-dependencies: - dependency-name: mkdocs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - dependency-name: mkdocs-git-revision-date-localized-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip-packages - 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5dab230..8a654a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -mkdocs==1.6.0 +mkdocs==1.6.1 mkdocs-awesome-pages-plugin==2.9.3 -mkdocs-git-revision-date-localized-plugin==1.2.7 +mkdocs-git-revision-date-localized-plugin==1.2.9 mkdocs-glightbox==0.4.0 -mkdocs-material==9.5.32 +mkdocs-material==9.5.41 mkdocs-material-extensions==1.3.1 -pymdown-extensions==10.9 +pymdown-extensions==10.11.2 Jinja2>=2.11.1