chore(deps-dev): bump mkdocs-material from 9.1.8 to 9.1.9 in /pykanidm (#1609)

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

---
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-05-08 08:56:13 +10:00 committed by GitHub
parent 1e84f31baf
commit cdc2222fba
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

@ -942,14 +942,14 @@ mkdocs = ">=1.1"
[[package]] [[package]]
name = "mkdocs-material" name = "mkdocs-material"
version = "9.1.8" version = "9.1.9"
description = "Documentation that simply works" description = "Documentation that simply works"
category = "dev" category = "dev"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "mkdocs_material-9.1.8-py3-none-any.whl", hash = "sha256:ac76e31bf52b2742c08a9d6629d64878f32dda5c949cd371082e25106c9be7dd"}, {file = "mkdocs_material-9.1.9-py3-none-any.whl", hash = "sha256:7db24261cb17400e132c46d17eea712bfe71056d892a9beba32cf68210297141"},
{file = "mkdocs_material-9.1.8.tar.gz", hash = "sha256:616ef98fc143b3ec8c559e2fec85f32103d2093e9c88333964d93105ea2d670b"}, {file = "mkdocs_material-9.1.9.tar.gz", hash = "sha256:74d8da1371ab3a326868fe47bae3cbc4aa22e93c048b4ca5117e6817b88bd734"},
] ]
[package.dependencies] [package.dependencies]
@ -2086,4 +2086,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "0f830832980613a00c9c38ef1c718296dbcca30a3e56ef75c6022d92938b2857" content-hash = "091061f46542b7260fb01c5aeb5dee0042debc46078b0ee811bebbc670056abd"

View file

@ -48,7 +48,7 @@ pytest-mock = "^3.10.0"
pytest-aiohttp = "^1.0.4" pytest-aiohttp = "^1.0.4"
black = "^23.3.0" black = "^23.3.0"
mkdocs = "^1.4.3" mkdocs = "^1.4.3"
mkdocs-material = "^9.1.8" mkdocs-material = "^9.1.9"
mkdocstrings = "^0.21.2" mkdocstrings = "^0.21.2"
mkdocstrings-python = "^0.10.1" mkdocstrings-python = "^0.10.1"
pook = "^1.1.1" pook = "^1.1.1"