From 7664456f5e2b845eca58a5b009e5c8ac17af2815 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:46:39 +0000 Subject: [PATCH] Bump mkdocs-material from 9.5.16 to 9.5.18 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.16 to 9.5.18. - [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.16...9.5.18) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 40030771..1784fb83 100644 --- a/poetry.lock +++ b/poetry.lock @@ -419,13 +419,13 @@ pytz = "*" [[package]] name = "mkdocs-material" -version = "9.5.16" +version = "9.5.18" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.16-py3-none-any.whl", hash = "sha256:32fce3cd8ecbd5dca6e5887cc0cf5bc78707a36f7d0f6f1bbbe9edaf428b8055"}, - {file = "mkdocs_material-9.5.16.tar.gz", hash = "sha256:8b89b639592660f24657bb058de4aff0060cd0383148f8f51711201730f17503"}, + {file = "mkdocs_material-9.5.18-py3-none-any.whl", hash = "sha256:1e0e27fc9fe239f9064318acf548771a4629d5fd5dfd45444fd80a953fe21eb4"}, + {file = "mkdocs_material-9.5.18.tar.gz", hash = "sha256:a43f470947053fa2405c33995f282d24992c752a50114f23f30da9d8d0c57e62"}, ] [package.dependencies] @@ -886,4 +886,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "fe5b8bcde4d6e8b6d40add903805f2831ec74c0dd59190a822db0eaf74bf507f" +content-hash = "ce275e060c4ba2a00f714ac67e9cf9870693f15c54386fb54b8f70a0493ec9b3" diff --git a/pyproject.toml b/pyproject.toml index 9b7c5f0a..0e23ecae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ python = "^3.9" mkdocs = "^1.5.3" Pygments = "^2.16.1" pymdown-extensions = "^10.8" -mkdocs-material = "^9.5.16" +mkdocs-material = "^9.5.18" mkdocs-awesome-pages-plugin = "^2.9.2" mkdocs-git-revision-date-localized-plugin = "^1.2.4"