Skip to content

Commit 5d2c8bd

Browse files
authored
Merge pull request #694 from sanders41/mkdocstrings
Bump default mkdocsttrings version 0.28.0 -> 0.28.1
2 parents c738877 + 914e403 commit 5d2c8bd

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
@@ -169,7 +169,7 @@ pub fn default_version(package: &PythonPackage) -> String {
169169
PythonPackage::Maturin => "1.8.1".to_string(),
170170
PythonPackage::Mkdocs => "1.6.1".to_string(),
171171
PythonPackage::MkdocsMaterial => "9.6.4".to_string(),
172-
PythonPackage::Mkdocstrings => "0.28.0".to_string(),
172+
PythonPackage::Mkdocstrings => "0.28.1".to_string(),
173173
PythonPackage::MyPy => "1.15.0".to_string(),
174174
PythonPackage::PreCommit => "4.1.0".to_string(),
175175
PythonPackage::Pytest => "8.3.4".to_string(),

0 commit comments

Comments
 (0)