From d67e5fe25f3801f2226d74daab8aa32225bdfb18 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Fri, 8 Nov 2024 18:43:11 -0500 Subject: [PATCH] Bump default mkdocsttrings version 0.26.2 -> 0.27.0 --- src/package_version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package_version.rs b/src/package_version.rs index f40ea8d4..f59a0fa5 100644 --- a/src/package_version.rs +++ b/src/package_version.rs @@ -190,7 +190,7 @@ pub fn default_version(package: &PythonPackage) -> String { PythonPackage::Maturin => "1.7.4".to_string(), PythonPackage::Mkdocs => "1.6.1".to_string(), PythonPackage::MkdocsMaterial => "9.5.44".to_string(), - PythonPackage::Mkdocstrings => "0.26.2".to_string(), + PythonPackage::Mkdocstrings => "0.27.0".to_string(), PythonPackage::MyPy => "1.13.0".to_string(), PythonPackage::PreCommit => "4.0.0".to_string(), PythonPackage::Pytest => "8.3.3".to_string(),