mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-28 20:03:54 +02:00
chore(deps-dev): bump mkdocs-material from 9.0.6 to 9.0.12 in /pykanidm (#1379)
This commit is contained in:
parent
370d3c1c5c
commit
607cc2f6ac
pykanidm
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -928,14 +928,14 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.0.6"
|
||||
version = "9.0.12"
|
||||
description = "Documentation that simply works"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.0.6-py3-none-any.whl", hash = "sha256:4a71195ddc100dddf07d4b23b53373f36c5f0f1010fa4ea301ca7a8e949dd9e7"},
|
||||
{file = "mkdocs_material-9.0.6.tar.gz", hash = "sha256:6065b573e38746dc267d7fc84252be31b73da955b2ce553687806b6030e51ee0"},
|
||||
{file = "mkdocs_material-9.0.12-py3-none-any.whl", hash = "sha256:ff4233e4f4da0c879db0dbcb532a690a3f86f5a66a0cfcce99a124e82a462afb"},
|
||||
{file = "mkdocs_material-9.0.12.tar.gz", hash = "sha256:4da07b1390c6b78844f1566d723dd045572e645f31b108a1b5062fa7d11aa241"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2075,4 +2075,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "dc67ce0299664eea83b9092cd846d91719a24675c4d91c4f0a4582e659bc1758"
|
||||
content-hash = "f1d712b4fac5df40dd2012de37b8434b285ab5329e85f244af0660fc1582ce85"
|
||||
|
|
|
@ -48,7 +48,7 @@ pytest-mock = "^3.10.0"
|
|||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^22.12.0"
|
||||
mkdocs = "^1.4.2"
|
||||
mkdocs-material = "^9.0.5"
|
||||
mkdocs-material = "^9.0.12"
|
||||
mkdocstrings = "^0.20.0"
|
||||
mkdocstrings-python = "^0.8.3"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue