Skip to content

Commit d60370b

Browse files
Bump mkdocstrings from 0.26.2 to 0.27.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.26.2 to 0.27.0. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.26.2...0.27.0) --- updated-dependencies: - dependency-name: mkdocstrings dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9087c3f commit d60370b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ pytest-mypy-plugins = "^3.0.0"
4949
[tool.poetry.group.docs.dependencies]
5050
mkdocs = "^1.6.1"
5151
mkdocs-material = "^9.5.34"
52-
mkdocstrings = { version = "^0.26.0", extras = ["python"] }
52+
mkdocstrings = { version = ">=0.26,<0.28", extras = ["python"] }
5353
mkdocs-awesome-pages-plugin = "^2.9.3"
5454
mkdocs-section-index = "^0.3.9"
5555

0 commit comments

Comments
 (0)