From 380c3b92535ef643da965ce57343289cab552fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 17:24:10 +0000 Subject: [PATCH] Bump mkdocstrings from 0.21.2 to 0.23.0 Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.21.2 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.21.2...0.23.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 8bbb04a..e941bd2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -10,6 +10,6 @@ autopep8 ==2.0.2 pytest-cov ==4.1.0 mkdocs ==1.5.3 mkdocs-material == 9.1.17 -mkdocstrings ==0.21.2 +mkdocstrings ==0.23.0 mkdocstrings-python == 1.7.3 mike ==1.1.2 \ No newline at end of file diff --git a/setup.py b/setup.py index 561a89b..b7508da 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ "docs": [ "mkdocs==1.5.3", "mkdocs-material==9.1.17", - "mkdocstrings ==0.21.2", + "mkdocstrings ==0.23.0", "mkdocstrings-python == 1.7.3", "mike ==1.1.2", ],