From 85f830b41a292989a366cbb2957cca2ca4513273 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:36:55 +1000 Subject: [PATCH] chore(deps-dev): bump mkdocs-material from 9.1.1 to 9.1.2 in /pykanidm (#1450) Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.1 to 9.1.2. - [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.1...9.1.2) --- 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 c2404900f..e20c7e902 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -942,14 +942,14 @@ mkdocs = ">=1.1" [[package]] name = "mkdocs-material" -version = "9.1.1" +version = "9.1.2" description = "Documentation that simply works" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "mkdocs_material-9.1.1-py3-none-any.whl", hash = "sha256:3b20d4e9ee28b2c276d391eb2c4e599ff8865e6c7dcab8146a7fd9805ca59263"}, - {file = "mkdocs_material-9.1.1.tar.gz", hash = "sha256:836f0066c9346afc05b1962c146ea097025512bbb607c5f04a38248d7415f165"}, + {file = "mkdocs_material-9.1.2-py3-none-any.whl", hash = "sha256:344a1c66f0e217e5ceaf67739d274e51c61ac9f9d7af55a5b4805a4a2ab54184"}, + {file = "mkdocs_material-9.1.2.tar.gz", hash = "sha256:9ca8c980c30aab3b70e3bfbec691f9ffcbea8319873911c86e8af145147e2a9d"}, ] [package.dependencies] @@ -2086,4 +2086,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "a79c9e5a6e02122830262cf0905e8e473fbf924e1623c18bb734251adf03dcee" +content-hash = "a01b87b6ce280767db91c7c2808c05ae128befac0e981837fd434fdf982dccf1" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 71d46e709..78bd73dcf 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.1.1" +mkdocs-material = "^9.1.2" mkdocstrings = "^0.20.0" mkdocstrings-python = "^0.8.3" pook = "^1.1.1"