Bump mkdocstrings-python from 0.8.2 to 0.8.3 in /pykanidm (#1313)

Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 0.8.2 to 0.8.3.
- [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.2...0.8.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>

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-01-09 09:04:17 +10:00 committed by GitHub
parent e0a4bf4384
commit 4df264afd5
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

@ -458,7 +458,7 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"]
[[package]] [[package]]
name = "mkdocstrings-python" name = "mkdocstrings-python"
version = "0.8.2" version = "0.8.3"
description = "A Python handler for mkdocstrings." description = "A Python handler for mkdocstrings."
category = "dev" category = "dev"
optional = false optional = false
@ -920,7 +920,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>=
[metadata] [metadata]
lock-version = "1.1" lock-version = "1.1"
python-versions = "^3.9" python-versions = "^3.9"
content-hash = "5a4af7577aa83d2aefdcfab65140c870729e79cd9fbc4568862842c1f22b63dc" content-hash = "836440e0486d0412e18c8b00fe34adba2606e9b7f1ea86bb477e13a4880a5b0b"
[metadata.files] [metadata.files]
aiohttp = [ aiohttp = [
@ -1428,8 +1428,8 @@ mkdocstrings = [
{file = "mkdocstrings-0.19.1.tar.gz", hash = "sha256:d1037cacb4b522c1e8c164ed5d00d724a82e49dcee0af80db8fb67b384faeef9"}, {file = "mkdocstrings-0.19.1.tar.gz", hash = "sha256:d1037cacb4b522c1e8c164ed5d00d724a82e49dcee0af80db8fb67b384faeef9"},
] ]
mkdocstrings-python = [ mkdocstrings-python = [
{file = "mkdocstrings-python-0.8.2.tar.gz", hash = "sha256:b22528b7a7a0589d007eced019d97ad14de4eba4b2b9ba6a013bb66edc74ab43"}, {file = "mkdocstrings-python-0.8.3.tar.gz", hash = "sha256:9ae473f6dc599339b09eee17e4d2b05d6ac0ec29860f3fc9b7512d940fc61adf"},
{file = "mkdocstrings_python-0.8.2-py3-none-any.whl", hash = "sha256:213d9592e66e084a9bd2fa4956d6294a3487c6dc9cc45164058d6317249b7b6e"}, {file = "mkdocstrings_python-0.8.3-py3-none-any.whl", hash = "sha256:4e6e1cd6f37a785de0946ced6eb846eb2f5d891ac1cc2c7b832943d3529087a7"},
] ]
multidict = [ multidict = [
{file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"}, {file = "multidict-6.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:0b9e95a740109c6047602f4db4da9949e6c5945cefbad34a1299775ddc9a62e2"},

View file

@ -51,7 +51,7 @@ black = "^22.12.0"
mkdocs = "^1.4.2" mkdocs = "^1.4.2"
mkdocs-material = "^9.0.3" mkdocs-material = "^9.0.3"
mkdocstrings = "^0.19.1" mkdocstrings = "^0.19.1"
mkdocstrings-python = "^0.8.2" mkdocstrings-python = "^0.8.3"
pook = "^1.0.2" pook = "^1.0.2"
[build-system] [build-system]