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 (#1611)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.9.0 to 0.10.1. - [Changelog](https://github.com/mkdocstrings/python/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/0.9.0...0.10.1) --- 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
4ffbdc7979
commit
1e84f31baf
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1003,14 +1003,14 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mkdocstrings-python"
|
name = "mkdocstrings-python"
|
||||||
version = "0.9.0"
|
version = "0.10.1"
|
||||||
description = "A Python handler for mkdocstrings."
|
description = "A Python handler for mkdocstrings."
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.7"
|
||||||
files = [
|
files = [
|
||||||
{file = "mkdocstrings-python-0.9.0.tar.gz", hash = "sha256:da0a54d7d46523a25a5227f0ecc74b491291bd9d36fc71445bfb0ea64283e287"},
|
{file = "mkdocstrings_python-0.10.1-py3-none-any.whl", hash = "sha256:ef239cee2c688e2b949a0a47e42a141d744dd12b7007311b3309dc70e3bafc5c"},
|
||||||
{file = "mkdocstrings_python-0.9.0-py3-none-any.whl", hash = "sha256:00e02b5d3d444f9abdec2398f9ba0c73e15deab78685f793f5801fd4d62a5b6f"},
|
{file = "mkdocstrings_python-0.10.1.tar.gz", hash = "sha256:b72301fff739070ec517b5b36bf2f7c49d1360a275896a64efb97fc17d3f3968"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -2086,4 +2086,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 = "24d9a3e5dc5372119608cd24773b8f8bc53a1a3d4be88c58f4141e2802e30383"
|
content-hash = "0f830832980613a00c9c38ef1c718296dbcca30a3e56ef75c6022d92938b2857"
|
||||||
|
|
|
@ -50,7 +50,7 @@ black = "^23.3.0"
|
||||||
mkdocs = "^1.4.3"
|
mkdocs = "^1.4.3"
|
||||||
mkdocs-material = "^9.1.8"
|
mkdocs-material = "^9.1.8"
|
||||||
mkdocstrings = "^0.21.2"
|
mkdocstrings = "^0.21.2"
|
||||||
mkdocstrings-python = "^0.9.0"
|
mkdocstrings-python = "^0.10.1"
|
||||||
pook = "^1.1.1"
|
pook = "^1.1.1"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue