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.
1 parent 6985097 commit ed8f4c8Copy full SHA for ed8f4c8
src/package_version.rs
@@ -176,7 +176,7 @@ pub fn default_version(package: &PythonPackage) -> String {
176
PythonPackage::PytestAsyncio => "1.0.0".to_string(),
177
PythonPackage::PytestCov => "6.2.1".to_string(),
178
PythonPackage::Ruff => "0.12.9".to_string(),
179
- PythonPackage::Tomli => "2.0.1".to_string(),
+ PythonPackage::Tomli => "2.2.1".to_string(),
180
}
181
182
0 commit comments