From 94cb1bd3437ac816779c8dc6daa6ec4486774a42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 17:13:21 +0200 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.2.5 to 9.2.6 (#82) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.2.5 to 9.2.6. - [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.2.5...9.2.6) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 05770ef..a22ba4e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -776,13 +776,13 @@ mkdocs = ">=1.0.3" [[package]] name = "mkdocs-material" -version = "9.2.5" +version = "9.2.6" description = "Documentation that simply works" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.2.5-py3-none-any.whl", hash = "sha256:315a59725f0565bccfec7f9d1313beae7658bf874a176264b98f804a0cbc1298"}, - {file = "mkdocs_material-9.2.5.tar.gz", hash = "sha256:02b4d1f662bc022e9497411e679323c30185e031a08a7004c763aa8d47ae9a29"}, + {file = "mkdocs_material-9.2.6-py3-none-any.whl", hash = "sha256:84bc7e79c1d0bae65a77123efd5ef74731b8c3671601c7962c5db8dba50a65ad"}, + {file = "mkdocs_material-9.2.6.tar.gz", hash = "sha256:3806c58dd112e7b9677225e2021035ddbe3220fbd29d9dc812aa7e01f70b5e0a"}, ] [package.dependencies] @@ -1671,4 +1671,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7e4c048d2b173e7ccf1d688583d21bba011bfcf3035d64e364d175fe74a04b92" +content-hash = "3b8a44b6afe0dba20dd04c3a0f08301252fa98b8abe887fe0f8b2823463735d3" diff --git a/pyproject.toml b/pyproject.toml index 51e8910..6a45a67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ pytest-freezegun = "^0.4.2" mkdocs = "^1.5.2" mkdocs-autorefs = "^0.5.0" mkdocstrings = {extras = ["python"], version = "^0.22.0"} -mkdocs-material = "^9.2.5" +mkdocs-material = "^9.2.6" mkdocs-gen-files = "^0.5.0" mkdocs-literate-nav = "^0.6.0" mkdocs-section-index = "^0.3.5"