From 5e428c29e9b76703cf02bd5bb018bcc3da3760bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:43:21 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.1.15 to 9.1.16 in /pykanidm (#1751) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.15 to 9.1.16. - [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.1.15...9.1.16) --- 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 17edcd3fd..dc57c23d7 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -914,13 +914,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.1.15" +version = "9.1.16" description = "Documentation that simply works" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.1.15-py3-none-any.whl", hash = "sha256:b49e12869ab464558e2dd3c5792da5b748a7e0c48ee83b4d05715f98125a7a39"}, - {file = "mkdocs_material-9.1.15.tar.gz", hash = "sha256:8513ab847c9a541ed3d11a3a7eed556caf72991ee786c31c5aac6691a121088a"}, + {file = "mkdocs_material-9.1.16-py3-none-any.whl", hash = "sha256:f9e62558a6b01ffac314423cbc223d970c25fbc78999860226245b64e64d6751"}, + {file = "mkdocs_material-9.1.16.tar.gz", hash = "sha256:1021bfea20f00a9423530c8c2ae9be3c78b80f5a527b3f822e6de3d872e5ab79"}, ] [package.dependencies] @@ -2016,4 +2016,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b84b55ac9cadcbc0af40ebc78333e0507d1f461e75a105f886a65e1b5e064eda" +content-hash = "27bbe435a8952ec8a8214f7142779d5c419df55ac7e608c26bf0454e8c89d917" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 77a0d4adc..36a0e516a 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -48,7 +48,7 @@ pytest-mock = "^3.11.1" pytest-aiohttp = "^1.0.4" black = "^23.3.0" mkdocs = "^1.4.3" -mkdocs-material = "^9.1.15" +mkdocs-material = "^9.1.16" mkdocstrings = "^0.22.0" mkdocstrings-python = "^1.1.2" pook = "^1.1.1"