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 (#1626)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.10.1 to 1.0.0. - [Changelog](https://github.com/mkdocstrings/python/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/0.10.1...1.0.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:development update-type: version-update:semver-major ... 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
ce69d2427a
commit
0997af0ab0
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.10.1"
|
version = "1.0.0"
|
||||||
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.10.1-py3-none-any.whl", hash = "sha256:ef239cee2c688e2b949a0a47e42a141d744dd12b7007311b3309dc70e3bafc5c"},
|
{file = "mkdocstrings_python-1.0.0-py3-none-any.whl", hash = "sha256:c59d67009a7a85172f4da990d8523e95606b6a1ff93a22a2351ad3b5f8cafed1"},
|
||||||
{file = "mkdocstrings_python-0.10.1.tar.gz", hash = "sha256:b72301fff739070ec517b5b36bf2f7c49d1360a275896a64efb97fc17d3f3968"},
|
{file = "mkdocstrings_python-1.0.0.tar.gz", hash = "sha256:b89d849df990204f909d5452548b6936a185f912da06208a93909bebe25d6e67"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[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 = "2abdf518c3729fd918bdadebd0f3d90e694a0166bfa51d0e124ce8b4dba9a5dd"
|
content-hash = "2287a94c90ff2a7965b6a44a987530077300ab58677d404a3ac254d81cb287ac"
|
||||||
|
|
|
@ -50,7 +50,7 @@ black = "^23.3.0"
|
||||||
mkdocs = "^1.4.3"
|
mkdocs = "^1.4.3"
|
||||||
mkdocs-material = "^9.1.9"
|
mkdocs-material = "^9.1.9"
|
||||||
mkdocstrings = "^0.21.2"
|
mkdocstrings = "^0.21.2"
|
||||||
mkdocstrings-python = "^0.10.1"
|
mkdocstrings-python = "^1.0.0"
|
||||||
pook = "^1.1.1"
|
pook = "^1.1.1"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue