Bump mkdocs-material from 8.5.10 to 8.5.11 in /pykanidm (#1245)

This commit is contained in:
dependabot[bot] 2022-12-05 06:41:28 +10:00 committed by GitHub
parent a4f593f0c8
commit 5fce0a8c44
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

@ -410,7 +410,7 @@ mkdocs = ">=1.1"
[[package]] [[package]]
name = "mkdocs-material" name = "mkdocs-material"
version = "8.5.10" version = "8.5.11"
description = "Documentation that simply works" description = "Documentation that simply works"
category = "dev" category = "dev"
optional = false optional = false
@ -906,7 +906,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "4c5d64009251734f014fc7b4a767295eb23e7668ecd2d6097101fe4c1faa259b" content-hash = "0cd8d3a7d2d2b405550618dd7dc583bb533ebe1b5a2d9c1e16835d6483326a4b"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -1410,8 +1410,8 @@ mkdocs-autorefs = [
{file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"}, {file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"},
] ]
mkdocs-material = [ mkdocs-material = [
{file = "mkdocs_material-8.5.10-py3-none-any.whl", hash = "sha256:51760fa4c9ee3ca0b3a661ec9f9817ec312961bb84ff19e5b523fdc5256e1d6c"}, {file = "mkdocs_material-8.5.11-py3-none-any.whl", hash = "sha256:c907b4b052240a5778074a30a78f31a1f8ff82d7012356dc26898b97559f082e"},
{file = "mkdocs_material-8.5.10.tar.gz", hash = "sha256:7623608f746c6d9ff68a8ef01f13eddf32fa2cae5e15badb251f26d1196bc8f1"}, {file = "mkdocs_material-8.5.11.tar.gz", hash = "sha256:b0ea0513fd8cab323e8a825d6692ea07fa83e917bb5db042e523afecc7064ab7"},
] ]
mkdocs-material-extensions = [ mkdocs-material-extensions = [
{file = "mkdocs_material_extensions-1.1-py3-none-any.whl", hash = "sha256:bcc2e5fc70c0ec50e59703ee6e639d87c7e664c0c441c014ea84461a90f1e902"}, {file = "mkdocs_material_extensions-1.1-py3-none-any.whl", hash = "sha256:bcc2e5fc70c0ec50e59703ee6e639d87c7e664c0c441c014ea84461a90f1e902"},

View file

@ -49,7 +49,7 @@ pytest-mock = "^3.10.0"
pytest-aiohttp = "^1.0.4" pytest-aiohttp = "^1.0.4"
black = "^22.10.0" black = "^22.10.0"
mkdocs = "^1.4.2" mkdocs = "^1.4.2"
mkdocs-material = "^8.5.10" mkdocs-material = "^8.5.11"
mkdocstrings = "^0.19.0" mkdocstrings = "^0.19.0"
mkdocstrings-python = "^0.8.2" mkdocstrings-python = "^0.8.2"
pook = "^1.0.2" pook = "^1.0.2"