From fe3e6283ac93e9922c2d868ac7cf87ecb5ff90e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 20:33:51 +0000 Subject: [PATCH] chore(deps-dev): bump mkdocstrings-python in /pykanidm (#2164) Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.7.0 to 1.7.1. - [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.7.0...1.7.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pykanidm/poetry.lock | 8 ++++---- pykanidm/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pykanidm/poetry.lock b/pykanidm/poetry.lock index 403d76ce1..c53fe2cd0 100644 --- a/pykanidm/poetry.lock +++ b/pykanidm/poetry.lock @@ -1079,13 +1079,13 @@ python-legacy = ["mkdocstrings-python-legacy (>=0.2.1)"] [[package]] name = "mkdocstrings-python" -version = "1.7.0" +version = "1.7.1" description = "A Python handler for mkdocstrings." optional = false python-versions = ">=3.8" files = [ - {file = "mkdocstrings_python-1.7.0-py3-none-any.whl", hash = "sha256:85c5f009a5a0ebb6076b7818c82a2bb0eebd0b54662628fa8b25ee14a6207951"}, - {file = "mkdocstrings_python-1.7.0.tar.gz", hash = "sha256:5dac2712bd38a3ff0812b8650a68b232601d1474091b380a8b5bc102c8c0d80a"}, + {file = "mkdocstrings_python-1.7.1-py3-none-any.whl", hash = "sha256:cb1651fba8423324b861fe38ce881cf56f30738770a2119f007a0a4ffcb00777"}, + {file = "mkdocstrings_python-1.7.1.tar.gz", hash = "sha256:90d838dc7861674794e3ca79f64c23c5d8fa76b9aa29db834b246771964c0881"}, ] [package.dependencies] @@ -2326,4 +2326,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "26e7485f630af5f738b3a8d157f311c71475d305f58fef9cb11ad13cd5b33b9e" +content-hash = "0fb3895e87797678f6512fd8bc50fd997cbebd4f8d08f7dfcba7121b616f4432" diff --git a/pykanidm/pyproject.toml b/pykanidm/pyproject.toml index 476c74ab0..67d92b707 100644 --- a/pykanidm/pyproject.toml +++ b/pykanidm/pyproject.toml @@ -41,7 +41,7 @@ black = "^23.9.1" mkdocs = "^1.5.3" mkdocs-material = "^9.3.2" mkdocstrings = "^0.23.0" -mkdocstrings-python = "^1.7.0" +mkdocstrings-python = "^1.7.1" pook = "^1.1.1" [tool.poetry.group.dev.dependencies]