Skip to content

Commit

Permalink
Merge pull request #588 from sanders41/mkdocs-material
Browse files Browse the repository at this point in the history
Bump default mkdocs-material version 9.5.43 -> 9.5.44
  • Loading branch information
sanders41 authored Nov 6, 2024
2 parents deebb5e + 265d2a9 commit decca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ pub fn default_version(package: &PythonPackage) -> String {
match package {
PythonPackage::Maturin => "1.7.4".to_string(),
PythonPackage::Mkdocs => "1.6.1".to_string(),
PythonPackage::MkdocsMaterial => "9.5.43".to_string(),
PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
PythonPackage::Mkdocstrings => "0.26.2".to_string(),
PythonPackage::MyPy => "1.13.0".to_string(),
PythonPackage::PreCommit => "4.0.0".to_string(),
Expand Down

0 comments on commit decca03

Please sign in to comment.