mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-24 04:57:00 +01:00
chore(deps-dev): bump mkdocstrings-python in /pykanidm (#2164)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.7.0 to 1.7.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.7.0...1.7.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
cb985a2fd0
commit
fe3e6283ac
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1079,13 +1079,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mkdocstrings-python"
|
name = "mkdocstrings-python"
|
||||||
version = "1.7.0"
|
version = "1.7.1"
|
||||||
description = "A Python handler for mkdocstrings."
|
description = "A Python handler for mkdocstrings."
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.8"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "mkdocstrings_python-1.7.0-py3-none-any.whl", hash = "sha256:85c5f009a5a0ebb6076b7818c82a2bb0eebd0b54662628fa8b25ee14a6207951"},
|
{file = "mkdocstrings_python-1.7.1-py3-none-any.whl", hash = "sha256:cb1651fba8423324b861fe38ce881cf56f30738770a2119f007a0a4ffcb00777"},
|
||||||
{file = "mkdocstrings_python-1.7.0.tar.gz", hash = "sha256:5dac2712bd38a3ff0812b8650a68b232601d1474091b380a8b5bc102c8c0d80a"},
|
{file = "mkdocstrings_python-1.7.1.tar.gz", hash = "sha256:90d838dc7861674794e3ca79f64c23c5d8fa76b9aa29db834b246771964c0881"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
|
@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
content-hash = "26e7485f630af5f738b3a8d157f311c71475d305f58fef9cb11ad13cd5b33b9e"
|
content-hash = "0fb3895e87797678f6512fd8bc50fd997cbebd4f8d08f7dfcba7121b616f4432"
|
||||||
|
|
|
@ -41,7 +41,7 @@ black = "^23.9.1"
|
||||||
mkdocs = "^1.5.3"
|
mkdocs = "^1.5.3"
|
||||||
mkdocs-material = "^9.3.2"
|
mkdocs-material = "^9.3.2"
|
||||||
mkdocstrings = "^0.23.0"
|
mkdocstrings = "^0.23.0"
|
||||||
mkdocstrings-python = "^1.7.0"
|
mkdocstrings-python = "^1.7.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