Skip to content

Commit a305055

Browse files
authored
Merge pull request #761 from sanders41/mkdocs-material
Bump default mkdocs-material version 9.6.11 -> 9.6.12
2 parents aa25038 + ee55ebd commit a305055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/package_version.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ pub fn default_version(package: &PythonPackage) -> String {
168168
match package {
169169
PythonPackage::Maturin => "1.8.1".to_string(),
170170
PythonPackage::Mkdocs => "1.6.1".to_string(),
171-
PythonPackage::MkdocsMaterial => "9.6.11".to_string(),
171+
PythonPackage::MkdocsMaterial => "9.6.12".to_string(),
172172
PythonPackage::Mkdocstrings => "0.29.1".to_string(),
173173
PythonPackage::MyPy => "1.15.0".to_string(),
174174
PythonPackage::PreCommit => "4.2.0".to_string(),

0 commit comments

Comments
 (0)