From 7ac14df8c4015bb9dd14c3a81d6593329d4754cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 21:08:36 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.4.4 to 9.4.6 in /pykanidm (#2230) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.4 to 9.4.6. - [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.4...9.4.6) --- 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 861d8ef21..c07d72779 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1013,13 +1013,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.4.4" +version = "9.4.6" description = "Documentation that simply works" optional = false python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.4.4-py3-none-any.whl", hash = "sha256:86fe79253afccc7f085f89a2d8e9e3300f82c4813d9b910d9081ce57a7e68380"}, - {file = "mkdocs_material-9.4.4.tar.gz", hash = "sha256:ab84a7cfaf009c47cd2926cdd7e6040b8cc12c3806cc533e8b16d57bd16d9c47"}, + {file = "mkdocs_material-9.4.6-py3-none-any.whl", hash = "sha256:78802035d5768a78139c84ad7dce0c6493e8f7dc4861727d36ed91d1520a54da"}, + {file = "mkdocs_material-9.4.6.tar.gz", hash = "sha256:09665e60df7ee9e5ff3a54af173f6d45be718b1ee7dd962bcff3102b81fb0c14"}, ] [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 = "b8dc664d4a30cab020ea48aabc244f80a0d7a8a3fa1103158aa6a343f308d0e2" +content-hash = "a20f2b27d7833db5e8ef45a563d35a89ea55cecc57d266345125f5985c62cbcd" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index c1a3355ff..7e0f6be97 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.4" +mkdocs-material = "^9.4.6" mkdocstrings = "^0.23.0" mkdocstrings-python = "^1.7.3" pook = "^1.1.1"