From 15a283fbf5e6ffd663555f04a17c72dbda3325d7 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Mon, 9 Sep 2024 05:39:48 +0000 Subject: [PATCH] Update dependencies in `pyproject.toml` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9745b959..d3199c80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ docs = [ "mkdocs-material ~=9.2; python_version < '3.8'", "mkdocs-material ~=9.5; python_version >= '3.8'", "mkdocstrings[python-legacy] ~=0.22.0; python_version < '3.8'", - "mkdocstrings[python-legacy] ~=0.25.2; python_version >= '3.8'", + "mkdocstrings[python-legacy] ~=0.26.1; python_version >= '3.8'", ] testing = [ "pytest ~=7.4",