From 60c09388648a0c9a4632ab83027735d56788717a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:28:55 +0000 Subject: [PATCH] package update in dev(deps-dev): update mkdocstrings requirement Updates the requirements on [mkdocstrings](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/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.22.0...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fab16c..e5abea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ pytest = "^8.3.3" faker = "^30.0.0" mkdocs = "^1.4.3" mkdocs-material = "^9.5.39" -mkdocstrings = { extras = ["python"], version = ">=0.22,<0.27" } +mkdocstrings = { extras = ["python"], version = ">=0.22,<0.28" } mkdocs-git-revision-date-localized-plugin = "^1.2.0" pillow = ">=10,<12" cairosvg = "^2.7.0"