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 (#1898)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.2.0 to 1.2.1. - [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.0...1.2.1) --- updated-dependencies: - dependency-name: mkdocstrings-python 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
25050275bc
commit
5c02ee46fc
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -978,13 +978,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
|
|||
|
||||
[[package]]
|
||||
name = "mkdocstrings-python"
|
||||
version = "1.2.0"
|
||||
version = "1.2.1"
|
||||
description = "A Python handler for mkdocstrings."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "mkdocstrings_python-1.2.0-py3-none-any.whl", hash = "sha256:2924c9c4286fd236bdae64402b5cc5010dee13779b3edf1a65d97bc02303657b"},
|
||||
{file = "mkdocstrings_python-1.2.0.tar.gz", hash = "sha256:e16bedc236a3a6aa04c916ae6b9d37d2299c80c6e7169fc481a30ed9f8f362a4"},
|
||||
{file = "mkdocstrings_python-1.2.1-py3-none-any.whl", hash = "sha256:7c08f33e9ba7b1655e9cf0608eba3ce7a9513bd8b42a68a8d24ffaf4a6a50cfc"},
|
||||
{file = "mkdocstrings_python-1.2.1.tar.gz", hash = "sha256:ae40825b3b676a94626882901ed9c8fcf9a7f0330e466ffe37ce15c525987aa9"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2101,4 +2101,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "a03dc7221711fa84d9f9396fc6cb731c198e3ac9811523fdbc1d2ac6b2c9c888"
|
||||
content-hash = "1cded7bb06515b45594a0f7c5e2b8df546ce99bda10e905e06e21e31c8e228dd"
|
||||
|
|
|
@ -50,7 +50,7 @@ black = "^23.7.0"
|
|||
mkdocs = "^1.4.3"
|
||||
mkdocs-material = "^9.1.19"
|
||||
mkdocstrings = "^0.22.0"
|
||||
mkdocstrings-python = "^1.2.0"
|
||||
mkdocstrings-python = "^1.2.1"
|
||||
pook = "^1.1.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue