From ca5e2aaa801b9de6f7c47786ab5f179143528b90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:15:09 +0000 Subject: [PATCH] chore: bump mkdocs-material from 9.5.23 to 9.5.24 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.23 to 9.5.24. - [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.23...9.5.24) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs-users/requirements.txt | 2 +- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-users/requirements.txt b/docs-users/requirements.txt index c325a8b0..5d9db33c 100644 --- a/docs-users/requirements.txt +++ b/docs-users/requirements.txt @@ -1,5 +1,5 @@ # Force rtfd to use a recent version of mkdocs mkdocs==1.6.0 pymdown-extensions==10.8.1 -mkdocs-material==9.5.23 +mkdocs-material==9.5.24 mkdocs-static-i18n==1.2.3 diff --git a/docs/requirements.txt b/docs/requirements.txt index c325a8b0..5d9db33c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ # Force rtfd to use a recent version of mkdocs mkdocs==1.6.0 pymdown-extensions==10.8.1 -mkdocs-material==9.5.23 +mkdocs-material==9.5.24 mkdocs-static-i18n==1.2.3 diff --git a/pyproject.toml b/pyproject.toml index 7bdbb34f..51b7ba05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "ruff==0.4.3", "djlint==1.34.1", "mkdocs==1.6.0", - "mkdocs-material==9.5.23", + "mkdocs-material==9.5.24", "mkdocs-static-i18n==1.2.3", "vermin==1.6.0", "pymdown-extensions==10.8.1",