mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump mkdocs-material from 8.5.2 to 8.5.3 in /pykanidm (#1078)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 8.5.2 to 8.5.3. - [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.5.2...8.5.3) --- 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
082464f786
commit
25a01b89bd
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -325,7 +325,7 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "8.5.2"
|
||||
version = "8.5.3"
|
||||
description = "Documentation that simply works"
|
||||
category = "dev"
|
||||
optional = false
|
||||
|
@ -780,7 +780,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "ea37cce872706497be7b9ff7ed0bbe5f29fcd116d0b0028eb1146c0d9426728b"
|
||||
content-hash = "f79e090e15cd92beb935706a9779273a85d6bfff6eb492dd1e5d85d05faba5f0"
|
||||
|
||||
[metadata.files]
|
||||
aiohttp = [
|
||||
|
@ -1161,8 +1161,8 @@ mkdocs-autorefs = [
|
|||
{file = "mkdocs_autorefs-0.4.1-py3-none-any.whl", hash = "sha256:a2248a9501b29dc0cc8ba4c09f4f47ff121945f6ce33d760f145d6f89d313f5b"},
|
||||
]
|
||||
mkdocs-material = [
|
||||
{file = "mkdocs-material-8.5.2.tar.gz", hash = "sha256:16ca1304a93b085e5dfb0dbcc681b74dad1587d8ba727c89c8fd4259dd8fe004"},
|
||||
{file = "mkdocs_material-8.5.2-py2.py3-none-any.whl", hash = "sha256:1962099d8c6eb7571896a0e7fdc52ff4fda1e906969d0e42ae3537418e807868"},
|
||||
{file = "mkdocs_material-8.5.3-py3-none-any.whl", hash = "sha256:d194c38041d1e83560221022b3f85eec4604b35e44f5c3a488c24b88542074ed"},
|
||||
{file = "mkdocs_material-8.5.3.tar.gz", hash = "sha256:43b0aa707d6f9acd836024cab2dce9330957c94a4e1e41c23ee6c8ce67b4d8c5"},
|
||||
]
|
||||
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.8.0"
|
||||
mkdocs = "^1.3.1"
|
||||
mkdocs-material = "^8.5.2"
|
||||
mkdocs-material = "^8.5.3"
|
||||
mkdocstrings = "^0.19.0"
|
||||
mkdocstrings-python = "^0.7.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue