mirror of
https://github.com/kanidm/kanidm.git
synced 2025-05-21 08:23:55 +02:00
chore(deps-dev): bump mkdocs-material from 9.1.9 to 9.1.12 in /pykanidm (#1631)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.9 to 9.1.12. - [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.1.9...9.1.12) --- 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
07ca820ade
commit
8ddb14e13e
pykanidm
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -942,14 +942,14 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.1.9"
|
||||
version = "9.1.12"
|
||||
description = "Documentation that simply works"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.1.9-py3-none-any.whl", hash = "sha256:7db24261cb17400e132c46d17eea712bfe71056d892a9beba32cf68210297141"},
|
||||
{file = "mkdocs_material-9.1.9.tar.gz", hash = "sha256:74d8da1371ab3a326868fe47bae3cbc4aa22e93c048b4ca5117e6817b88bd734"},
|
||||
{file = "mkdocs_material-9.1.12-py3-none-any.whl", hash = "sha256:68c57d95d10104179c8c3ce9a88ee9d2322a5145b3d0f1f38ff686253fb5ec98"},
|
||||
{file = "mkdocs_material-9.1.12.tar.gz", hash = "sha256:d4ebe9b5031ce63a265c19fb5eab4d27ea4edadb05de206372e831b2b7570fb5"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2086,4 +2086,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "2287a94c90ff2a7965b6a44a987530077300ab58677d404a3ac254d81cb287ac"
|
||||
content-hash = "11f1cf0ebb568b2b7e6411cee39fc2aaad4a2b5abf6419f9b919da9a9e9ea33d"
|
||||
|
|
|
@ -48,7 +48,7 @@ pytest-mock = "^3.10.0"
|
|||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^23.3.0"
|
||||
mkdocs = "^1.4.3"
|
||||
mkdocs-material = "^9.1.9"
|
||||
mkdocs-material = "^9.1.12"
|
||||
mkdocstrings = "^0.21.2"
|
||||
mkdocstrings-python = "^1.0.0"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue