From bb81a7694c80cb4d956a4c1459fa21b0ff6c71a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 02:37:05 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.4.2 to 9.4.4 in /pykanidm (#2197) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.2 to 9.4.4. - [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.4.2...9.4.4) --- 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 12e3aa4e5..9d19b1935 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1013,13 +1013,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.4.2" +version = "9.4.4" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.4.2-py3-none-any.whl", hash = "sha256:8651ff451f84681df9d2e3388906eee63c866576d98d6bb542826f83a091b289"}, - {file = "mkdocs_material-9.4.2.tar.gz", hash = "sha256:d53b17d058e70efd04c281f9b384ca10fb1f0bfecfe85dacdadad891bb826e3d"}, + {file = "mkdocs_material-9.4.4-py3-none-any.whl", hash = "sha256:86fe79253afccc7f085f89a2d8e9e3300f82c4813d9b910d9081ce57a7e68380"}, + {file = "mkdocs_material-9.4.4.tar.gz", hash = "sha256:ab84a7cfaf009c47cd2926cdd7e6040b8cc12c3806cc533e8b16d57bd16d9c47"}, ] [package.dependencies] @@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4843d109768359ba2e9629b27e91a5a0da3f382bb2272a9b275c8ea51fcbd5f8" +content-hash = "48e429c3f801e0093847354c65db2513e77ddd2edec1e36f77acc9e737e7ccb0" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 2956bbec7..26a9bfdd9 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -39,7 +39,7 @@ pytest-mock = "^3.11.1" pytest-aiohttp = "^1.0.5" black = "^23.9.1" mkdocs = "^1.5.3" -mkdocs-material = "^9.4.2" +mkdocs-material = "^9.4.4" mkdocstrings = "^0.23.0" mkdocstrings-python = "^1.7.1" pook = "^1.1.1"