Merge pull request #215 from tiqi-group/docs/update_deps

Docs: update dependencies
This commit is contained in:
Mose Müller 2025-04-11 14:47:51 +02:00 committed by GitHub
commit eadc1df763
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 564 additions and 533 deletions

View File

@ -55,7 +55,7 @@ plugins:
handlers: handlers:
python: python:
paths: [src] # search packages in the src folder paths: [src] # search packages in the src folder
import: inventories:
- https://docs.python.org/3/objects.inv - https://docs.python.org/3/objects.inv
- https://docs.pydantic.dev/latest/objects.inv - https://docs.pydantic.dev/latest/objects.inv
- https://confz.readthedocs.io/en/latest/objects.inv - https://confz.readthedocs.io/en/latest/objects.inv

1091
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -39,9 +39,9 @@ optional = true
[tool.poetry.group.docs.dependencies] [tool.poetry.group.docs.dependencies]
mkdocs-material = "^9.5.30" mkdocs-material = "^9.5.30"
mkdocs-include-markdown-plugin = "^3.9.1" mkdocs-include-markdown-plugin = "^3.9.1"
mkdocstrings = {extras = ["python"], version = "^0.25.2"} mkdocstrings = {extras = ["python"], version = "^0.29.0"}
pymdown-extensions = "^10.1" pymdown-extensions = "^10.1"
mkdocs-swagger-ui-tag = "^0.6.10" mkdocs-swagger-ui-tag = "^0.7.0"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]