From 400bd83a6695ed03c27e797d3094d0ed16653466 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 09:53:59 +1000 Subject: [PATCH] Bump mkdocs-material from 8.3.6 to 8.3.8 in /pykanidm (#869) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.3.6 to 8.3.8. - [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.3.6...8.3.8) --- 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> --- pykanidm/poetry.lock | 9 +++++---- pykanidm/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index a2346fd55..26e52e2e6 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -330,7 +330,7 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "8.3.6" +version = "8.3.8" description = "Documentation that simply works" category = "dev" optional = false @@ -801,7 +801,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "77047ca315692e8a69ccb47a1d88febb0f2950245cd861234a85646b67f4420a" +content-hash = "388c3c19d61249b0cd077f792dba1316c82f0cba22025a0a90030d27ee0a7ada" [metadata.files] aiohttp = [ @@ -1177,8 +1177,8 @@ mkdocs-autorefs = [ {file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"}, ] mkdocs-material = [ - {file = "mkdocs-material-8.3.6.tar.gz", hash = "sha256:be8f95c0dfb927339b55b2cc066423dc0b381be9828ff74a5b02df979a859b66"}, - {file = "mkdocs_material-8.3.6-py2.py3-none-any.whl", hash = "sha256:01f3fbab055751b3b75a64b538e86b9ce0c6a0f8d43620f6287dfa16534443e5"}, + {file = "mkdocs-material-8.3.8.tar.gz", hash = "sha256:b9cd305c3c29ef758931dae06e4aea0ca9f8bcc8ac6b2d45f10f932a015d6b83"}, + {file = "mkdocs_material-8.3.8-py2.py3-none-any.whl", hash = "sha256:949c75fa934d4b9ecc7b519964e58f0c9fc29f2ceb04736c85809cdbc403dfb5"}, ] mkdocs-material-extensions = [ {file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"}, @@ -1371,6 +1371,7 @@ pytest-aiohttp = [ ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, + {file = "pytest_asyncio-0.18.3-1-py3-none-any.whl", hash = "sha256:16cf40bdf2b4fb7fc8e4b82bd05ce3fbcd454cbf7b92afc445fe299dabb88213"}, {file = "pytest_asyncio-0.18.3-py3-none-any.whl", hash = "sha256:8fafa6c52161addfd41ee7ab35f11836c5a16ec208f93ee388f752bea3493a84"}, ] pytest-mock = [ diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 36f9ca951..c9fa6a0fe 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -37,7 +37,7 @@ pytest-mock = "^3.7.0" pytest-aiohttp = "^1.0.4" black = "^22.3.0" mkdocs = "^1.3.0" -mkdocs-material = "^8.3.4" +mkdocs-material = "^8.3.8" mkdocstrings = "^0.19.0" mkdocstrings-python = "^0.7.1"