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 d8602d6 + 6c46020 commit 47c2180Copy full SHA for 47c2180
src/package_version.rs
@@ -191,7 +191,7 @@ pub fn default_version(package: &PythonPackage) -> String {
191
match package {
192
PythonPackage::Maturin => "1.7.4".to_string(),
193
PythonPackage::Mkdocs => "1.6.1".to_string(),
194
- PythonPackage::MkdocsMaterial => "9.5.38".to_string(),
+ PythonPackage::MkdocsMaterial => "9.5.39".to_string(),
195
PythonPackage::Mkdocstrings => "0.26.1".to_string(),
196
PythonPackage::MyPy => "1.11.2".to_string(),
197
PythonPackage::PreCommit => "3.8.0".to_string(),
0 commit comments