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 84bf4f7 + 1718187 commit 28bf8bfCopy full SHA for 28bf8bf
src/package_version.rs
@@ -176,7 +176,7 @@ pub fn default_version(package: &PythonPackage) -> String {
176
PythonPackage::PytestAsyncio => "1.1.0".to_string(),
177
PythonPackage::PytestCov => "6.2.1".to_string(),
178
PythonPackage::Ruff => "0.12.10".to_string(),
179
- PythonPackage::Tomli => "2.0.1".to_string(),
+ PythonPackage::Tomli => "2.2.1".to_string(),
180
}
181
182
0 commit comments