chore(deps-dev): bump mkdocs-material from 9.1.17 to 9.1.18 in /pykanidm (#1835)

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.17 to 9.1.18.
- [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.17...9.1.18)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-07-10 01:34:58 +00:00 committed by GitHub
parent 9f77e63ece
commit 43d5577895
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
pykanidm/poetry.lock generated
View file

@ -914,13 +914,13 @@ mkdocs = ">=1.1"
[[package]]
name = "mkdocs-material"
version = "9.1.17"
version = "9.1.18"
description = "Documentation that simply works"
optional = false
python-versions = ">=3.7"
files = [
{file = "mkdocs_material-9.1.17-py3-none-any.whl", hash = "sha256:809ed68427fbab0330b0b07bc93175824c3b98f4187060a5c7b46aa8ae398a75"},
{file = "mkdocs_material-9.1.17.tar.gz", hash = "sha256:5a076524625047bf4ee4da1509ec90626f8fce915839dc07bdae6b59ff4f36f9"},
{file = "mkdocs_material-9.1.18-py3-none-any.whl", hash = "sha256:5bcf8fb79ac2f253c0ffe93fa181cba87718c6438f459dc4180ac7418cc9a450"},
{file = "mkdocs_material-9.1.18.tar.gz", hash = "sha256:981dd39979723d4cda7cfc77bbbe5e54922d5761a7af23fb8ba9edb52f114b13"},
]
[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 = "1a7f4836cab64d9cfece629733c47615cef647a3fd9459fb4450206c4040ad82"
content-hash = "951f7b7a6730577b300e3d0941cfe46a04ec3f1bfb20ebcfd78355581d69df63"

View file

@ -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.17"
mkdocs-material = "^9.1.18"
mkdocstrings = "^0.22.0"
mkdocstrings-python = "^1.1.2"
pook = "^1.1.1"