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.19 to 9.1.21 in /pykanidm (#1918)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.19 to 9.1.21. - [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.19...9.1.21) --- 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
9a1761b69b
commit
43372b7194
10
pykanidm/poetry.lock
generated
10
pykanidm/poetry.lock
generated
|
@ -922,20 +922,20 @@ mkdocs = ">=1.1"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mkdocs-material"
|
name = "mkdocs-material"
|
||||||
version = "9.1.19"
|
version = "9.1.21"
|
||||||
description = "Documentation that simply works"
|
description = "Documentation that simply works"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "mkdocs_material-9.1.19-py3-none-any.whl", hash = "sha256:fb0a149294b319aedf36983919d8c40c9e566db21ead16258e20ebd2e6c0961c"},
|
{file = "mkdocs_material-9.1.21-py3-none-any.whl", hash = "sha256:58bb2f11ef240632e176d6f0f7d1cff06be1d11c696a5a1b553b808b4280ed47"},
|
||||||
{file = "mkdocs_material-9.1.19.tar.gz", hash = "sha256:73b94b08c765e92a80645aac58d6a741fc5f587deec2b715489c714827b15a6f"},
|
{file = "mkdocs_material-9.1.21.tar.gz", hash = "sha256:71940cdfca84ab296b6362889c25395b1621273fb16c93deda257adb7ff44ec8"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
colorama = ">=0.4"
|
colorama = ">=0.4"
|
||||||
jinja2 = ">=3.0"
|
jinja2 = ">=3.0"
|
||||||
markdown = ">=3.2"
|
markdown = ">=3.2"
|
||||||
mkdocs = ">=1.4.2"
|
mkdocs = ">=1.5.0"
|
||||||
mkdocs-material-extensions = ">=1.1"
|
mkdocs-material-extensions = ">=1.1"
|
||||||
pygments = ">=2.14"
|
pygments = ">=2.14"
|
||||||
pymdown-extensions = ">=9.9.1"
|
pymdown-extensions = ">=9.9.1"
|
||||||
|
@ -2104,4 +2104,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "051d686093e1dfa08c764a69bec611d45737a29ca8c4772b09d8aa19f6cc3cb4"
|
content-hash = "af4ee136c4bbf2d73499ea218f4ec0969147dc76681df080baa9ec0ea77c777b"
|
||||||
|
|
|
@ -48,7 +48,7 @@ pytest-mock = "^3.11.1"
|
||||||
pytest-aiohttp = "^1.0.4"
|
pytest-aiohttp = "^1.0.4"
|
||||||
black = "^23.7.0"
|
black = "^23.7.0"
|
||||||
mkdocs = "^1.5.1"
|
mkdocs = "^1.5.1"
|
||||||
mkdocs-material = "^9.1.19"
|
mkdocs-material = "^9.1.21"
|
||||||
mkdocstrings = "^0.22.0"
|
mkdocstrings = "^0.22.0"
|
||||||
mkdocstrings-python = "^1.2.1"
|
mkdocstrings-python = "^1.2.1"
|
||||||
pook = "^1.1.1"
|
pook = "^1.1.1"
|
||||||
|
|
Loading…
Reference in a new issue