Skip to content

Commit

Permalink
poetry dev(deps-dev): update mkdocstrings requirement (#31)
Browse files Browse the repository at this point in the history
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](mkdocstrings/mkdocstrings@0.26.1...0.27.0)

---
updated-dependencies:
- dependency-name: mkdocstrings
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent c57dcce commit 9bc3bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ black = "^24.8.0"
pre-commit = "^4.0.0"
rich = "^13.7.1"
mkdocs-material = "^9.5.35"
mkdocstrings = { version = "^0.26.1", extras = ["python"] }
mkdocstrings = { version = "^0.27.0", extras = ["python"] }
fastapi-debug-toolbar = "^0.6.3"

[build-system]
Expand Down

0 comments on commit 9bc3bb2

Please sign in to comment.