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.18 to 9.1.19 in /pykanidm (#1897)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.18 to 9.1.19. - [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.18...9.1.19) --- 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
2dd195f663
commit
25050275bc
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -919,13 +919,13 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.1.18"
|
||||
version = "9.1.19"
|
||||
description = "Documentation that simply works"
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.1.18-py3-none-any.whl", hash = "sha256:5bcf8fb79ac2f253c0ffe93fa181cba87718c6438f459dc4180ac7418cc9a450"},
|
||||
{file = "mkdocs_material-9.1.18.tar.gz", hash = "sha256:981dd39979723d4cda7cfc77bbbe5e54922d5761a7af23fb8ba9edb52f114b13"},
|
||||
{file = "mkdocs_material-9.1.19-py3-none-any.whl", hash = "sha256:fb0a149294b319aedf36983919d8c40c9e566db21ead16258e20ebd2e6c0961c"},
|
||||
{file = "mkdocs_material-9.1.19.tar.gz", hash = "sha256:73b94b08c765e92a80645aac58d6a741fc5f587deec2b715489c714827b15a6f"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2101,4 +2101,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "72f6bad9bdfaec18eaa0e4fc350544a6e42f55a19de903401f628d390649a2f0"
|
||||
content-hash = "a03dc7221711fa84d9f9396fc6cb731c198e3ac9811523fdbc1d2ac6b2c9c888"
|
||||
|
|
|
@ -48,7 +48,7 @@ pytest-mock = "^3.11.1"
|
|||
pytest-aiohttp = "^1.0.4"
|
||||
black = "^23.7.0"
|
||||
mkdocs = "^1.4.3"
|
||||
mkdocs-material = "^9.1.18"
|
||||
mkdocs-material = "^9.1.19"
|
||||
mkdocstrings = "^0.22.0"
|
||||
mkdocstrings-python = "^1.2.0"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue