From 4830479bd51d88ac40fb5145e74810b46c320d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jul 2022 17:45:09 +1000 Subject: [PATCH] Bump mkdocs-material from 8.3.8 to 8.3.9 in /pykanidm (#901) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.3.8 to 8.3.9. - [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.8...8.3.9) --- 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 | 8 ++++---- pykanidm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 8f9ef916f..90bfaf335 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -330,7 +330,7 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "8.3.8" +version = "8.3.9" 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 = "01de3b224b3ddfe4d163e54b42bbadb26f36ba83374607a99e9b628b206beae0" +content-hash = "8c1b56480c0c78710ca4f1b9a4176edcfe466f7bbbb2f988b904a3079531794a" [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.8.tar.gz", hash = "sha256:b9cd305c3c29ef758931dae06e4aea0ca9f8bcc8ac6b2d45f10f932a015d6b83"}, - {file = "mkdocs_material-8.3.8-py2.py3-none-any.whl", hash = "sha256:949c75fa934d4b9ecc7b519964e58f0c9fc29f2ceb04736c85809cdbc403dfb5"}, + {file = "mkdocs-material-8.3.9.tar.gz", hash = "sha256:dc82b667d2a83f0de581b46a6d0949732ab77e7638b87ea35b770b33bc02e75a"}, + {file = "mkdocs_material-8.3.9-py2.py3-none-any.whl", hash = "sha256:263f2721f3abe533b61f7c8bed435a0462620912742c919821ac2d698b4bfe67"}, ] 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 128bf40b5..5d82834cc 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -37,7 +37,7 @@ pytest-mock = "^3.8.1" pytest-aiohttp = "^1.0.4" black = "^22.6.0" mkdocs = "^1.3.0" -mkdocs-material = "^8.3.8" +mkdocs-material = "^8.3.9" mkdocstrings = "^0.19.0" mkdocstrings-python = "^0.7.1"