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.1.2 to 9.1.3 in /pykanidm (#1468)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.2 to 9.1.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/9.1.2...9.1.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e8e0eba8bb
commit
033e75cd6a
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -942,14 +942,14 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.1.2"
|
||||
version = "9.1.3"
|
||||
description = "Documentation that simply works"
|
||||
category = "dev"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.1.2-py3-none-any.whl", hash = "sha256:344a1c66f0e217e5ceaf67739d274e51c61ac9f9d7af55a5b4805a4a2ab54184"},
|
||||
{file = "mkdocs_material-9.1.2.tar.gz", hash = "sha256:9ca8c980c30aab3b70e3bfbec691f9ffcbea8319873911c86e8af145147e2a9d"},
|
||||
{file = "mkdocs_material-9.1.3-py3-none-any.whl", hash = "sha256:a8d14d03569008afb0f5a5785c253249b5ff038e3a5509f96a393b8596bf5062"},
|
||||
{file = "mkdocs_material-9.1.3.tar.gz", hash = "sha256:0be1b5d76c00efc9b2ecbd2d71014be950351e710f5947f276264878afc82ca0"},
|
||||
]
|
||||
|
||||
[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 = "3896c62ac7fe2dcf4781fe3b94b4dae6dfc0d48ea504c4e1a42bb7b256ff909c"
|
||||
content-hash = "5561ef11bf9076a7fdb80f780ca0e87f31987e870d95da20b935e120b8624842"
|
||||
|
|
|
@ -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.1.2"
|
||||
mkdocs-material = "^9.1.3"
|
||||
mkdocstrings = "^0.20.0"
|
||||
mkdocstrings-python = "^0.8.3"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue