From fefc0191766006870843992a54e1ba316415a1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 08:12:43 +1000 Subject: [PATCH] Bump mkdocs-material from 8.5.6 to 8.5.7 in /pykanidm (#1147) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.5.6 to 8.5.7. - [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/8.5.6...8.5.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 8 ++++---- pykanidm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 19cd1a328..ba7cb16e3 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -396,7 +396,7 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "8.5.6" +version = "8.5.7" description = "Documentation that simply works" category = "dev" optional = false @@ -899,7 +899,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "e3cbef4bcb78f3de4edb6d7d424c40ac0871b4bccf7828682889878bf930ce4e" +content-hash = "4a6e2aed9204b83d69767b765ab28c91e77a70cf4e9ec5cf9089bf461c5e2fa6" [metadata.files] aiohttp = [ @@ -1399,8 +1399,8 @@ mkdocs-autorefs = [ {file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"}, ] mkdocs-material = [ - {file = "mkdocs_material-8.5.6-py3-none-any.whl", hash = "sha256:b473162c800321b9760453f301a91f7cb40a120a85a9d0464e1e484e74b76bb2"}, - {file = "mkdocs_material-8.5.6.tar.gz", hash = "sha256:38a21d817265d0c203ab3dad64996e45859c983f72180f6937bd5540a4eb84e4"}, + {file = "mkdocs_material-8.5.7-py3-none-any.whl", hash = "sha256:07fc70dfa325a8019b99a124751c43e4c1c2a739ed1b0b82c00f823f31c9a1e2"}, + {file = "mkdocs_material-8.5.7.tar.gz", hash = "sha256:ff4c7851b2e5f9a6cfa0a8b247e973ebae753b9836a53bd68742827541ab73e5"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index d155c761b..ad52a275b 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -49,7 +49,7 @@ pytest-mock = "^3.10.0" pytest-aiohttp = "^1.0.4" black = "^22.10.0" mkdocs = "^1.4.1" -mkdocs-material = "^8.5.6" +mkdocs-material = "^8.5.7" mkdocstrings = "^0.19.0" mkdocstrings-python = "^0.7.1" pook = "^1.0.2"