From 84261c2606d889b50ef60c929022e37a040c1d57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:07:15 +0000 Subject: [PATCH] [Dependabot]: Bump mkdocs-material from 9.5.35 to 9.5.38 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.35 to 9.5.38. - [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.35...9.5.38) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development 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 9e8997d..11912e8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -874,13 +874,13 @@ dev = ["click", "codecov", "mkdocs-gen-files", "mkdocs-git-authors-plugin", "mkd [[package]] name = "mkdocs-material" -version = "9.5.35" +version = "9.5.38" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.5.35-py3-none-any.whl", hash = "sha256:44e069d87732d29f4a2533ae0748fa0e67e270043270c71f04d0fba11a357b24"}, - {file = "mkdocs_material-9.5.35.tar.gz", hash = "sha256:0d233d7db067ac896bf22ee7950eebf2b1eaf26c155bb27382bf4174021cc117"}, + {file = "mkdocs_material-9.5.38-py3-none-any.whl", hash = "sha256:d4779051d52ba9f1e7e344b34de95449c7c366c212b388e4a2db9a3db043c228"}, + {file = "mkdocs_material-9.5.38.tar.gz", hash = "sha256:1843c5171ad6b489550aeaf7358e5b7128cc03ddcf0fb4d91d19aa1e691a63b8"}, ] [package.dependencies] @@ -1746,4 +1746,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "19ab756b45ae54cd439fe8eac72e380b33dfc41e4f1099afc9ecca43a248d746" +content-hash = "8d1ef46a8f485433f059590b407223dbd13770e18ef662e681927f7087f08bfc" diff --git a/pyproject.toml b/pyproject.toml index 751232e..0128fd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ pylint = "^3.2.7" mypy = "^1.11.2" flake8 = "^7.1.1" mkdocs = "^1.6.1" -mkdocs-material = "^9.5.35" +mkdocs-material = "^9.5.38" mkdocstrings = {extras = ["crystal", "python"], version = "^0.26.1"} mkdocs-git-revision-date-localized-plugin = "^1.2.9" mkdocs-git-committers-plugin-2 = "^2.3.0"