From b720c08a3ac1c2f44dfa219d7656c0470d689a56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 16:13:47 -0700 Subject: [PATCH] build(deps-dev): bump mkdocstrings-python from 1.6.0 to 1.7.0 (#662) Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.6.0 to 1.7.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.6.0...1.7.0) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cac139c5..132e9656 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ docs = [ "mkdocs==1.5.2", "mkdocs-material==9.2.5", "mkdocstrings[python]==0.23.0", - "mkdocstrings-python==1.6.0", + "mkdocstrings-python==1.7.0", "markdown-include==0.8.1", "mkdocs-gen-files==0.5.0", "mkdocs-exclude==1.0.2",