updates mkdocstrings dependency (adds python extra)

updates requirements.txt
This commit is contained in:
Mose Müller
2024-08-20 08:31:05 +02:00
parent b1f75bb786
commit 132856a8f0
3 changed files with 44 additions and 9 deletions

View File

@ -38,7 +38,7 @@ optional = true
[tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.30"
mkdocs-include-markdown-plugin = "^3.9.1"
mkdocstrings = "^0.22.0"
mkdocstrings = {extras = ["python"], version = "^0.25.2"}
pymdown-extensions = "^10.1"
mkdocs-swagger-ui-tag = "^0.6.10"