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.4.2 to 9.4.4 in /pykanidm (#2197)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.4.2 to 9.4.4. - [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.4.2...9.4.4) --- 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
f3af82f6cf
commit
bb81a7694c
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1013,13 +1013,13 @@ mkdocs = ">=1.1"
|
|||
|
||||
[[package]]
|
||||
name = "mkdocs-material"
|
||||
version = "9.4.2"
|
||||
version = "9.4.4"
|
||||
description = "Documentation that simply works"
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "mkdocs_material-9.4.2-py3-none-any.whl", hash = "sha256:8651ff451f84681df9d2e3388906eee63c866576d98d6bb542826f83a091b289"},
|
||||
{file = "mkdocs_material-9.4.2.tar.gz", hash = "sha256:d53b17d058e70efd04c281f9b384ca10fb1f0bfecfe85dacdadad891bb826e3d"},
|
||||
{file = "mkdocs_material-9.4.4-py3-none-any.whl", hash = "sha256:86fe79253afccc7f085f89a2d8e9e3300f82c4813d9b910d9081ce57a7e68380"},
|
||||
{file = "mkdocs_material-9.4.4.tar.gz", hash = "sha256:ab84a7cfaf009c47cd2926cdd7e6040b8cc12c3806cc533e8b16d57bd16d9c47"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "4843d109768359ba2e9629b27e91a5a0da3f382bb2272a9b275c8ea51fcbd5f8"
|
||||
content-hash = "48e429c3f801e0093847354c65db2513e77ddd2edec1e36f77acc9e737e7ccb0"
|
||||
|
|
|
@ -39,7 +39,7 @@ pytest-mock = "^3.11.1"
|
|||
pytest-aiohttp = "^1.0.5"
|
||||
black = "^23.9.1"
|
||||
mkdocs = "^1.5.3"
|
||||
mkdocs-material = "^9.4.2"
|
||||
mkdocs-material = "^9.4.4"
|
||||
mkdocstrings = "^0.23.0"
|
||||
mkdocstrings-python = "^1.7.1"
|
||||
pook = "^1.1.1"
|
||||
|
|
Loading…
Reference in a new issue