mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps-dev): bump mkdocs-material from 9.0.12 to 9.0.13 in /pykanidm (#1394)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.0.12 to 9.0.13. - [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.0.12...9.0.13) --- 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:
parent
22b1dcf2b4
commit
42095770a7
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -942,14 +942,14 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.0.12"
|
||||
version = "9.0.13"
|
||||
description = "Documentation that simply works"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.0.12-py3-none-any.whl", hash = "sha256:ff4233e4f4da0c879db0dbcb532a690a3f86f5a66a0cfcce99a124e82a462afb"},
|
||||
{file = "mkdocs_material-9.0.12.tar.gz", hash = "sha256:4da07b1390c6b78844f1566d723dd045572e645f31b108a1b5062fa7d11aa241"},
|
||||
{file = "mkdocs_material-9.0.13-py3-none-any.whl", hash = "sha256:06e51eba6a090de070a3489890cf1e491d52c04c6ff2b06dd4586c6cdd974a3f"},
|
||||
{file = "mkdocs_material-9.0.13.tar.gz", hash = "sha256:a62696610899d01df091b4d5ad23f9811f878a1f34307d7cea677baf4854c84f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2085,4 +2085,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "6d5bb03ea91ca15e38b003a598d373a76e640bd6db4b558c8dfb3458869c61de"
|
||||
content-hash = "9e8979ef3c7ac66250d5432ade44d5328c1659f2edcbad468a98795500d59860"
|
||||
|
|
|
@ -48,7 +48,7 @@ pytest-mock = "^3.10.0"
|
|||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^23.1.0"
|
||||
mkdocs = "^1.4.2"
|
||||
mkdocs-material = "^9.0.12"
|
||||
mkdocs-material = "^9.0.13"
|
||||
mkdocstrings = "^0.20.0"
|
||||
mkdocstrings-python = "^0.8.3"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue