From eaef6f9adba99811c00a80ae128fbd7ac7c4c875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 22:40:49 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.2.8 to 9.3.1 in /pykanidm (#2114) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.2.8 to 9.3.1. - [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.2.8...9.3.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 10 +++++----- pykanidm/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 80e817553..9502197fc 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1013,13 +1013,13 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.2.8" +version = "9.3.1" description = "Documentation that simply works" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "mkdocs_material-9.2.8-py3-none-any.whl", hash = "sha256:6bc8524f8047a4f060d6ab0925b9d7cb61b3b5e6d5ca8a8e8085f8bfdeca1b71"}, - {file = "mkdocs_material-9.2.8.tar.gz", hash = "sha256:ec839dc5eaf42d8525acd1d6420fd0a0583671a4f98a9b3ff7897ae8628dbc2d"}, + {file = "mkdocs_material-9.3.1-py3-none-any.whl", hash = "sha256:614cdd1d695465375e0f50bfe9881db1eb68d1f17164b8edfedcda1457e61894"}, + {file = "mkdocs_material-9.3.1.tar.gz", hash = "sha256:793c4ec0978582380491a68db8ac4f7e0d5467a736c9884c05baf95a143f32f7"}, ] [package.dependencies] @@ -2321,4 +2321,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1b23b8e95ae734d2e77dda975ffc24156d930c4276369670bcd3eed6c49e38ea" +content-hash = "7d547c14496baea821345ed89551b4206cb1fcc5fea94865f4e710b3c34288a7" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 127309013..884387912 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.2" -mkdocs-material = "^9.2.8" +mkdocs-material = "^9.3.1" mkdocstrings = "^0.23.0" mkdocstrings-python = "^1.7.0" pook = "^1.1.1"