Skip to content

Commit decca03

Browse files
authored
Merge pull request #588 from sanders41/mkdocs-material
Bump default mkdocs-material version 9.5.43 -> 9.5.44
2 parents deebb5e + 265d2a9 commit decca03

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
@@ -189,7 +189,7 @@ pub fn default_version(package: &PythonPackage) -> String {
189189
match package {
190190
PythonPackage::Maturin => "1.7.4".to_string(),
191191
PythonPackage::Mkdocs => "1.6.1".to_string(),
192-
PythonPackage::MkdocsMaterial => "9.5.43".to_string(),
192+
PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
193193
PythonPackage::Mkdocstrings => "0.26.2".to_string(),
194194
PythonPackage::MyPy => "1.13.0".to_string(),
195195
PythonPackage::PreCommit => "4.0.0".to_string(),

0 commit comments

Comments
 (0)