Skip to content

Commit f9b9400

Browse files
authored
Merge pull request #592 from sanders41/mkdocstrings
Bump default mkdocsttrings version 0.26.2 -> 0.27.0
2 parents 2c61cb9 + d67e5fe commit f9b9400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ pub fn default_version(package: &PythonPackage) -> String {
190190
PythonPackage::Maturin => "1.7.4".to_string(),
191191
PythonPackage::Mkdocs => "1.6.1".to_string(),
192192
PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
193-
PythonPackage::Mkdocstrings => "0.26.2".to_string(),
193+
PythonPackage::Mkdocstrings => "0.27.0".to_string(),
194194
PythonPackage::MyPy => "1.13.0".to_string(),
195195
PythonPackage::PreCommit => "4.0.0".to_string(),
196196
PythonPackage::Pytest => "8.3.3".to_string(),

0 commit comments

Comments
 (0)