From 44abe1ce78e0c110fb637da397fcbc0a3168cd63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 18:36:40 -0500 Subject: [PATCH] Update mkdocstrings[python] requirement (#71) Updates the requirements on [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/master/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.19.0...0.22.0) --- updated-dependencies: - dependency-name: mkdocstrings[python] dependency-type: direct:production ... 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 b93cd4d..afe918c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ test = [ ] doc = [ "mkdocs-material >=9.0.0, <10.0.0", - "mkdocstrings[python] >=0.19.0, <0.21.0" + "mkdocstrings[python] >=0.19.0, <0.23.0" ] dev = [ "pre-commit >=2.20.0, <4.0.0",