Skip to content

Commit 47c2180

Browse files
authored
Merge pull request #508 from sanders41/mkdocs-material
Bump default mkdocs-material version 9.5.38 -> 9.5.39
2 parents d8602d6 + 6c46020 commit 47c2180

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
@@ -191,7 +191,7 @@ pub fn default_version(package: &PythonPackage) -> String {
191191
match package {
192192
PythonPackage::Maturin => "1.7.4".to_string(),
193193
PythonPackage::Mkdocs => "1.6.1".to_string(),
194-
PythonPackage::MkdocsMaterial => "9.5.38".to_string(),
194+
PythonPackage::MkdocsMaterial => "9.5.39".to_string(),
195195
PythonPackage::Mkdocstrings => "0.26.1".to_string(),
196196
PythonPackage::MyPy => "1.11.2".to_string(),
197197
PythonPackage::PreCommit => "3.8.0".to_string(),

0 commit comments

Comments
 (0)