mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
chore(deps-dev): bump mkdocstrings-python in /pykanidm (#2229)
Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.7.2 to 1.7.3. - [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.2...1.7.3) --- 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
6217dc1ae0
commit
964806fd0e
8
pykanidm/poetry.lock
generated
8
pykanidm/poetry.lock
generated
|
@ -1079,13 +1079,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
|
|||
|
||||
[[package]]
|
||||
name = "mkdocstrings-python"
|
||||
version = "1.7.2"
|
||||
version = "1.7.3"
|
||||
description = "A Python handler for mkdocstrings."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "mkdocstrings_python-1.7.2-py3-none-any.whl", hash = "sha256:2d005729a90f1b86d6d71fad4953d787140996adec5b00a25fafc6ee48e1b79a"},
|
||||
{file = "mkdocstrings_python-1.7.2.tar.gz", hash = "sha256:75b6af86f9dcdc2d864072d8fed5b1d45ad94dd2ce97843ef52ca87ad53d9b26"},
|
||||
{file = "mkdocstrings_python-1.7.3-py3-none-any.whl", hash = "sha256:2439d6ad3e34f0bb4c643b845fb3c06ae9233499a1736f9fa273424b75cc5894"},
|
||||
{file = "mkdocstrings_python-1.7.3.tar.gz", hash = "sha256:c20128fa96c24dbc6437b10dfedaf33b0415d4503e51ce9ce5e84b271278268e"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.9"
|
||||
content-hash = "62bf64b3e32a8f4e29c0f7361da1be64ec79b3793e2dd26c5042a3f0698f497c"
|
||||
content-hash = "b8dc664d4a30cab020ea48aabc244f80a0d7a8a3fa1103158aa6a343f308d0e2"
|
||||
|
|
|
@ -41,7 +41,7 @@ black = "^23.9.1"
|
|||
mkdocs = "^1.5.3"
|
||||
mkdocs-material = "^9.4.4"
|
||||
mkdocstrings = "^0.23.0"
|
||||
mkdocstrings-python = "^1.7.2"
|
||||
mkdocstrings-python = "^1.7.3"
|
||||
pook = "^1.1.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
|
|
Loading…
Reference in a new issue