We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents deebb5e + 265d2a9 commit decca03Copy full SHA for decca03
src/package_version.rs
@@ -189,7 +189,7 @@ pub fn default_version(package: &PythonPackage) -> String {
189
match package {
190
PythonPackage::Maturin => "1.7.4".to_string(),
191
PythonPackage::Mkdocs => "1.6.1".to_string(),
192
- PythonPackage::MkdocsMaterial => "9.5.43".to_string(),
+ PythonPackage::MkdocsMaterial => "9.5.44".to_string(),
193
PythonPackage::Mkdocstrings => "0.26.2".to_string(),
194
PythonPackage::MyPy => "1.13.0".to_string(),
195
PythonPackage::PreCommit => "4.0.0".to_string(),
0 commit comments