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:
dependabot[bot] 2023-08-07 00:04:00 +00:00 committed by GitHub
parent 64e7844e9c
commit 51d016cfb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
pykanidm/poetry.lock generated
View file

@ -981,17 +981,17 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]] [[package]]
name = "mkdocstrings-python" name = "mkdocstrings-python"
version = "1.2.1" version = "1.3.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.2.1-py3-none-any.whl", hash = "sha256:7c08f33e9ba7b1655e9cf0608eba3ce7a9513bd8b42a68a8d24ffaf4a6a50cfc"}, {file = "mkdocstrings_python-1.3.0-py3-none-any.whl", hash = "sha256:36c224c86ab77e90e0edfc9fea3307f7d0d245dd7c28f48bbb2203cf6e125530"},
{file = "mkdocstrings_python-1.2.1.tar.gz", hash = "sha256:ae40825b3b676a94626882901ed9c8fcf9a7f0330e466ffe37ce15c525987aa9"}, {file = "mkdocstrings_python-1.3.0.tar.gz", hash = "sha256:f967f84bab530fcc13cc9c02eccf0c18bdb2c3bab5c55fa2045938681eec4fc4"},
] ]
[package.dependencies] [package.dependencies]
griffe = ">=0.30" griffe = ">=0.30,<0.33"
mkdocstrings = ">=0.20" mkdocstrings = ">=0.20"
[[package]] [[package]]
@ -2104,4 +2104,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "648abfc55b93480dd649f6729aac6ef40137692d3bec51c2da4606c770bd11e4" content-hash = "fce2cebc03f94a62ba5f04256a3b0391b4316b5929fda74cc63871a1ae3bf21f"

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.2.1" mkdocstrings-python = "^1.3.0"
pook = "^1.1.1" pook = "^1.1.1"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]