mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
chore(deps-dev): bump mkdocstrings-python in /pykanidm (#2113)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.6.2...1.7.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:development update-type: version-update:semver-minor ... 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
a239fbdd94
commit
c4c3e899dc
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1054,13 +1054,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
|
|||
|
||||
[[package]]
|
||||
name = "mkdocstrings-python"
|
||||
version = "1.6.2"
|
||||
version = "1.7.0"
|
||||
description = "A Python handler for mkdocstrings."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "mkdocstrings_python-1.6.2-py3-none-any.whl", hash = "sha256:cf560df975faf712808e44c1c2e52b8267f17bc89c8b23e7b9bfe679561adf4d"},
|
||||
{file = "mkdocstrings_python-1.6.2.tar.gz", hash = "sha256:edf0f81899bee8024971bf2c18b6fc17f66085992f01c72840a3ee0ee42113fb"},
|
||||
{file = "mkdocstrings_python-1.7.0-py3-none-any.whl", hash = "sha256:85c5f009a5a0ebb6076b7818c82a2bb0eebd0b54662628fa8b25ee14a6207951"},
|
||||
{file = "mkdocstrings_python-1.7.0.tar.gz", hash = "sha256:5dac2712bd38a3ff0812b8650a68b232601d1474091b380a8b5bc102c8c0d80a"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2301,4 +2301,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "311cec3ccf114078568ef89dbd566cae38a4db1d6f4014005d9914ad7730d86e"
|
||||
content-hash = "18a03d9f217c3684ac29cf1560f27a3e2c5a2ad1a6efb06afa6c15858d0c4961"
|
||||
|
|
|
@ -41,7 +41,7 @@ black = "^23.9.0"
|
|||
mkdocs = "^1.5.2"
|
||||
mkdocs-material = "^9.2.8"
|
||||
mkdocstrings = "^0.23.0"
|
||||
mkdocstrings-python = "^1.6.2"
|
||||
mkdocstrings-python = "^1.7.0"
|
||||
pook = "^1.1.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue