From 887f855cae7ea569dc5780696824dbbf0075e9ed Mon Sep 17 00:00:00 2001 From: Sina Atalay <79940989+sinaatalay@users.noreply.github.com> Date: Sun, 18 Aug 2024 23:41:04 -0400 Subject: [PATCH] bump mkdocstrings-python from 1.10.5 to 1.10.8 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4548e275..6d8e5ac4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,7 +154,7 @@ check-types = "pyright rendercv" # hatch run check-types # Dependencies to be installed in the `docs` virtual environment. dependencies = [ "mkdocs-material==9.5.28", # to build docs - "mkdocstrings-python==1.10.5", # to build reference documentation from docstrings + "mkdocstrings-python==1.10.8", # to build reference documentation from docstrings "pdfCropMargins==2.1.3", # to generate entry figures for the documentation "pillow==10.4.0", # lock the dependency of pdfCropMargins "mkdocs-macros-plugin==1.0.5", # to be able to have dynamic content in the documentation