From d5e7f58668a9606034e4e0c9e002eb568c2e81a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 01:15:04 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings from 0.22.0 to 0.23.0 in /pykanidm (#2063) Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.22.0 to 0.23.0. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.22.0...0.23.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 10 +++++----- pykanidm/pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index ab5363c9f..9eca3c6fe 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1038,13 +1038,13 @@ files = [ [[package]] name = "mkdocstrings" -version = "0.22.0" +version = "0.23.0" description = "Automatic documentation from sources, for MkDocs." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "mkdocstrings-0.22.0-py3-none-any.whl", hash = "sha256:2d4095d461554ff6a778fdabdca3c00c468c2f1459d469f7a7f622a2b23212ba"}, - {file = "mkdocstrings-0.22.0.tar.gz", hash = "sha256:82a33b94150ebb3d4b5c73bab4598c3e21468c79ec072eff6931c8f3bfc38256"}, + {file = "mkdocstrings-0.23.0-py3-none-any.whl", hash = "sha256:051fa4014dfcd9ed90254ae91de2dbb4f24e166347dae7be9a997fe16316c65e"}, + {file = "mkdocstrings-0.23.0.tar.gz", hash = "sha256:d9c6a37ffbe7c14a7a54ef1258c70b8d394e6a33a1c80832bce40b9567138d1c"}, ] [package.dependencies] @@ -2311,4 +2311,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "495a17e97f4732356c5d83306a92cd5a455ab060ffd8937822561f0cde928f0b" +content-hash = "e6f791edd5b6e732a8cc9fab2fbf4b6e598bae4bfa79286e6874b663438a1bb8" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 217733453..485fa3038 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -40,7 +40,7 @@ pytest-aiohttp = "^1.0.4" black = "^23.7.0" mkdocs = "^1.5.2" mkdocs-material = "^9.2.7" -mkdocstrings = "^0.22.0" +mkdocstrings = "^0.23.0" mkdocstrings-python = "^1.6.0" pook = "^1.1.1"