Skip to content

Commit 3a8cdf6

Browse files
chore(deps-dev): bump mkdocstrings from 0.27.0 to 0.29.0
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.27.0 to 0.29.0. - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.27.0...0.29.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 3657e04 commit 3a8cdf6

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

poetry.lock

Lines changed: 18 additions & 19 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
@@ -32,7 +32,7 @@ ruff = ">=0.8,<0.10"
3232
pytest-cov = "^6.0.0"
3333
pytest-django = "^4.5.2"
3434
pytest-benchmark = "^5.1.0"
35-
mkdocstrings = {version = "^0.27.0", extras = ["python"]}
35+
mkdocstrings = {version = ">=0.27,<0.30", extras = ["python"]}
3636
mkdocs-material = "^9.5.49"
3737

3838
[build-system]

0 commit comments

Comments
 (0)