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 (#1952)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.2.1 to 1.3.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.2.1...1.3.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
64e7844e9c
commit
51d016cfb3
10
pykanidm/poetry.lock
generated
10
pykanidm/poetry.lock
generated
|
@ -981,17 +981,17 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
|
|||
|
||||
[[package]]
|
||||
name = "mkdocstrings-python"
|
||||
version = "1.2.1"
|
||||
version = "1.3.0"
|
||||
description = "A Python handler for mkdocstrings."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "mkdocstrings_python-1.2.1-py3-none-any.whl", hash = "sha256:7c08f33e9ba7b1655e9cf0608eba3ce7a9513bd8b42a68a8d24ffaf4a6a50cfc"},
|
||||
{file = "mkdocstrings_python-1.2.1.tar.gz", hash = "sha256:ae40825b3b676a94626882901ed9c8fcf9a7f0330e466ffe37ce15c525987aa9"},
|
||||
{file = "mkdocstrings_python-1.3.0-py3-none-any.whl", hash = "sha256:36c224c86ab77e90e0edfc9fea3307f7d0d245dd7c28f48bbb2203cf6e125530"},
|
||||
{file = "mkdocstrings_python-1.3.0.tar.gz", hash = "sha256:f967f84bab530fcc13cc9c02eccf0c18bdb2c3bab5c55fa2045938681eec4fc4"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
griffe = ">=0.30"
|
||||
griffe = ">=0.30,<0.33"
|
||||
mkdocstrings = ">=0.20"
|
||||
|
||||
[[package]]
|
||||
|
@ -2104,4 +2104,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "648abfc55b93480dd649f6729aac6ef40137692d3bec51c2da4606c770bd11e4"
|
||||
content-hash = "fce2cebc03f94a62ba5f04256a3b0391b4316b5929fda74cc63871a1ae3bf21f"
|
||||
|
|
|
@ -50,7 +50,7 @@ black = "^23.7.0"
|
|||
mkdocs = "^1.5.2"
|
||||
mkdocs-material = "^9.1.21"
|
||||
mkdocstrings = "^0.22.0"
|
||||
mkdocstrings-python = "^1.2.1"
|
||||
mkdocstrings-python = "^1.3.0"
|
||||
pook = "^1.1.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue