chore(deps-dev): bump mkdocstrings-python in /pykanidm (#2005)

Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.3.0 to 1.5.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.3.0...1.5.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:
dependabot[bot] 2023-08-20 21:29:21 +00:00 committed by GitHub
parent 2ac4af9cb9
commit ecb0f9a937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

16
pykanidm/poetry.lock generated
View file

@ -678,13 +678,13 @@ dev = ["flake8", "markdown", "twine", "wheel"]
[[package]] [[package]]
name = "griffe" name = "griffe"
version = "0.32.3" version = "0.34.0"
description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API." description = "Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "griffe-0.32.3-py3-none-any.whl", hash = "sha256:d9471934225818bf8f309822f70451cc6abb4b24e59e0bb27402a45f9412510f"}, {file = "griffe-0.34.0-py3-none-any.whl", hash = "sha256:d8bca9bd4a0880e7f71dc152de4222171d941a32b5504d77450a71a7908dfc1d"},
{file = "griffe-0.32.3.tar.gz", hash = "sha256:14983896ad581f59d5ad7b6c9261ff12bdaa905acccc1129341d13e545da8521"}, {file = "griffe-0.34.0.tar.gz", hash = "sha256:48c667ad51a7f756238f798866203aeb8f9fa02d4192e25970f57f813bb37f26"},
] ]
[package.dependencies] [package.dependencies]
@ -1051,17 +1051,17 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]] [[package]]
name = "mkdocstrings-python" name = "mkdocstrings-python"
version = "1.3.0" version = "1.5.0"
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.3.0-py3-none-any.whl", hash = "sha256:36c224c86ab77e90e0edfc9fea3307f7d0d245dd7c28f48bbb2203cf6e125530"}, {file = "mkdocstrings_python-1.5.0-py3-none-any.whl", hash = "sha256:f95055a23c42dd6c861f8e10201ada246c5c34def22a74dd5f73ead59c0d8958"},
{file = "mkdocstrings_python-1.3.0.tar.gz", hash = "sha256:f967f84bab530fcc13cc9c02eccf0c18bdb2c3bab5c55fa2045938681eec4fc4"}, {file = "mkdocstrings_python-1.5.0.tar.gz", hash = "sha256:1b56a66b600df09b3bc787f27b86592fb4cb02e62e08e68053538725a0489175"},
] ]
[package.dependencies] [package.dependencies]
griffe = ">=0.30,<0.33" griffe = ">=0.33"
mkdocstrings = ">=0.20" mkdocstrings = ">=0.20"
[[package]] [[package]]
@ -2275,4 +2275,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 = "54171b7cf5c72f411abcd324f426ed5ae2b67ce7b8a722c41efc7f1f0294438f" content-hash = "7a530b95e98e1a257e424753048d561620b551e89420ce4861373271ebd56aff"

View file

@ -50,7 +50,7 @@ black = "^23.7.0"
mkdocs = "^1.5.2" mkdocs = "^1.5.2"
mkdocs-material = "^9.1.21" mkdocs-material = "^9.1.21"
mkdocstrings = "^0.22.0" mkdocstrings = "^0.22.0"
mkdocstrings-python = "^1.3.0" mkdocstrings-python = "^1.5.0"
pook = "^1.1.1" pook = "^1.1.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]