From 20f4a5789d8ccaaa99f9286f5e57d09df82a7ba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:27:22 +0000 Subject: [PATCH] Bump mkdocs-material from 9.2.0 to 9.2.5 Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.2.0 to 9.2.5. - [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.0...9.2.5) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec65da1..defc9ae 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -956,13 +956,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.2.0" +version = "9.2.5" description = "Documentation that simply works" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.2.0-py3-none-any.whl", hash = "sha256:051e531c78e9cb7e0a6b8b786f0bae7a168e716bc688b5bb1872d9d34f7c2409"}, - {file = "mkdocs_material-9.2.0.tar.gz", hash = "sha256:dfabc32ca49cbd21e456c60cc5c88e10bad17e7c254c23a24dc47d009a704133"}, + {file = "mkdocs_material-9.2.5-py3-none-any.whl", hash = "sha256:315a59725f0565bccfec7f9d1313beae7658bf874a176264b98f804a0cbc1298"}, + {file = "mkdocs_material-9.2.5.tar.gz", hash = "sha256:02b4d1f662bc022e9497411e679323c30185e031a08a7004c763aa8d47ae9a29"}, ] [package.dependencies] @@ -1992,4 +1992,4 @@ server = ["fastapi", "pydantic-settings", "sse-starlette", "uvicorn"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "4f3d987c81e8a3a06416219b6078ca386164c8c09499720f5991a7b0f2aa8c71" +content-hash = "2d6f31cfa093c4f9522a66101e3ea1d4092cfcdb983260e315ba5c80c9245a32" diff --git a/pyproject.toml b/pyproject.toml index e3e3f63..9061556 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ black = "^23.7.0" twine = "^4.0.2" mkdocs = "^1.5.2" mkdocstrings = {extras = ["python"], version = "^0.22.0"} -mkdocs-material = "^9.2.0" +mkdocs-material = "^9.2.5" pytest = "^7.4.0" httpx = "^0.24.1" scikit-build = "0.17.6"