From 0e3180dcf157c1896b255472e39b7f6b860a3816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:21:20 +0000 Subject: [PATCH] Bump mkdocstrings-python from 1.7.3 to 1.8.0 Bumps [mkdocstrings-python](https://github.com/mkdocstrings/python) from 1.7.3 to 1.8.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.7.3...1.8.0) --- updated-dependencies: - dependency-name: mkdocstrings-python 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 5a6e7bf..ee410bf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,5 +11,5 @@ pytest-cov ==4.1.0 mkdocs ==1.5.3 mkdocs-material == 9.1.17 mkdocstrings ==0.23.0 -mkdocstrings-python == 1.7.3 +mkdocstrings-python == 1.8.0 mike ==2.0.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 0ea52ab..8fce26e 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ "mkdocs==1.5.3", "mkdocs-material==9.1.17", "mkdocstrings ==0.23.0", - "mkdocstrings-python == 1.7.3", + "mkdocstrings-python == 1.8.0", "mike ==2.0.0", ], },