Bump mkdocstrings-python from 0.8.0 to 0.8.2 in /pykanidm ()

Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/mkdocstrings/python/releases)
- [Changelog](https://github.com/mkdocstrings/python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mkdocstrings/python/compare/0.8.0...0.8.2)

---
updated-dependencies:
- dependency-name: mkdocstrings-python
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

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] 2022-11-21 10:41:41 +10:00 committed by GitHub
parent 173904e221
commit 0738dc49dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
pykanidm/poetry.lock generated
View file

@ -456,7 +456,7 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]]
name = "mkdocstrings-python"
version = "0.8.0"
version = "0.8.2"
description = "A Python handler for mkdocstrings."
category = "dev"
optional = false
@ -906,7 +906,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata]
lock-version = "1.1"
python-versions = "^3.9"
content-hash = "7309bbd4cab4027766135047a43460a23e8ba339040081109c3d6a6779d330ae"
content-hash = "a3f01f060d234cd010c4c0fec3e70a6ee5cf126212ce4092643fb18fc4985c9d"
[metadata.files]
aiohttp = [
@ -1422,8 +1422,8 @@ mkdocstrings = [
{file = "mkdocstrings-0.19.0.tar.gz", hash = "sha256:efa34a67bad11229d532d89f6836a8a215937548623b64f3698a1df62e01cc3e"},
]
mkdocstrings-python = [
{file = "mkdocstrings-python-0.8.0.tar.gz", hash = "sha256:67f674a8b252fca0b9411c10fb923dd6aacc49ac55c59f738b78b06592ace43d"},
{file = "mkdocstrings_python-0.8.0-py3-none-any.whl", hash = "sha256:cbee42e53aeaae340d79d72e9bcf42f2b6abe4d11696597c76e3e86a4d9f05a0"},
{file = "mkdocstrings-python-0.8.2.tar.gz", hash = "sha256:b22528b7a7a0589d007eced019d97ad14de4eba4b2b9ba6a013bb66edc74ab43"},
{file = "mkdocstrings_python-0.8.2-py3-none-any.whl", hash = "sha256:213d9592e66e084a9bd2fa4956d6294a3487c6dc9cc45164058d6317249b7b6e"},
]
multidict = [
{file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"},

View file

@ -51,7 +51,7 @@ black = "^22.10.0"
mkdocs = "^1.4.2"
mkdocs-material = "^8.5.10"
mkdocstrings = "^0.19.0"
mkdocstrings-python = "^0.8.0"
mkdocstrings-python = "^0.8.2"
pook = "^1.0.2"
[build-system]