From 290e607de7eaf0d7eec4d33e7397cfd3f1f14d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 08:28:11 +1000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.0.13 to 9.0.15 in /pykanidm (#1403) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.13 to 9.0.15. - [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.0.13...9.0.15) --- 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 dc6e6abf6..b04f9f534 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -942,14 +942,14 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.0.13" +version = "9.0.15" description = "Documentation that simply works" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.0.13-py3-none-any.whl", hash = "sha256:06e51eba6a090de070a3489890cf1e491d52c04c6ff2b06dd4586c6cdd974a3f"}, - {file = "mkdocs_material-9.0.13.tar.gz", hash = "sha256:a62696610899d01df091b4d5ad23f9811f878a1f34307d7cea677baf4854c84f"}, + {file = "mkdocs_material-9.0.15-py3-none-any.whl", hash = "sha256:734bcf6af9759888385ee15952c2e8a475d8568ded20965da321f0d8117dfe8f"}, + {file = "mkdocs_material-9.0.15.tar.gz", hash = "sha256:d856bc67bc0115b1f258ca012724e17b72a9aea9b8b4d287c38460704f14eeb4"}, ] [package.dependencies] @@ -2085,4 +2085,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "9e8979ef3c7ac66250d5432ade44d5328c1659f2edcbad468a98795500d59860" +content-hash = "a29370489254de7d1ff306bb487fa84e8f32666c39550e329fed3b55af9e1199" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index db69a83d2..81de14163 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -48,7 +48,7 @@ pytest-mock = "^3.10.0" pytest-aiohttp = "^1.0.4" black = "^23.1.0" mkdocs = "^1.4.2" -mkdocs-material = "^9.0.13" +mkdocs-material = "^9.0.15" mkdocstrings = "^0.20.0" mkdocstrings-python = "^0.8.3" pook = "^1.1.1"