mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump mkdocs-material from 8.4.1 to 8.4.2 in /pykanidm (#1006)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.4.1 to 8.4.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/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> 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:
parent
7ac3ea3a53
commit
73a22d2cc9
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -325,7 +325,7 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "8.4.1"
|
||||
version = "8.4.2"
|
||||
description = "Documentation that simply works"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -749,7 +749,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "2247bfd96dc7b450e8399483ca59b1d7e5af65e9121129d8b6aaaa4accf16c64"
|
||||
content-hash = "47f7633ae7950fdfb368694dbf056ab2d14c562950a9ddac03fae1b78d64e077"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1129,8 +1129,8 @@ mkdocs-autorefs = [
|
|||
{file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"},
|
||||
]
|
||||
mkdocs-material = [
|
||||
{file = "mkdocs-material-8.4.1.tar.gz", hash = "sha256:92c70f94b2e1f8a05d9e05eec1c7af9dffc516802d69222329db89503c97b4f3"},
|
||||
{file = "mkdocs_material-8.4.1-py2.py3-none-any.whl", hash = "sha256:319a6254819ce9d864ff79de48c43842fccfdebb43e4e6820eef75216f8cfb0a"},
|
||||
{file = "mkdocs-material-8.4.2.tar.gz", hash = "sha256:704c64c3fff126a3923c2961d95f26b19be621342a6a4e49ed039f0bb7a5c540"},
|
||||
{file = "mkdocs_material-8.4.2-py2.py3-none-any.whl", hash = "sha256:166287bb0e4197804906bf0389a852d5ced43182c30127ac8b48a4e497ecd7e5"},
|
||||
]
|
||||
mkdocs-material-extensions = [
|
||||
{file = "mkdocs-material-extensions-1.0.3.tar.gz", hash = "sha256:bfd24dfdef7b41c312ede42648f9eb83476ea168ec163b613f9abd12bbfddba2"},
|
||||
|
|
|
@ -51,7 +51,7 @@ pytest-mock = "^3.8.2"
|
|||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^22.6.0"
|
||||
mkdocs = "^1.3.1"
|
||||
mkdocs-material = "^8.4.1"
|
||||
mkdocs-material = "^8.4.2"
|
||||
mkdocstrings = "^0.19.0"
|
||||
mkdocstrings-python = "^0.7.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue