Skip to content

Commit 4de3b47

Browse files
authored
Merge pull request #422 from sanders41/maturin
Bump default maturin version 1.7.0 -> 1.7.1
2 parents 17850b2 + f0e52c5 commit 4de3b47

5 files changed

+5
-5
lines changed

src/package_version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ impl LatestVersion for RustPackageVersion {
150150

151151
pub fn default_version(package: &PythonPackage) -> String {
152152
match package {
153-
PythonPackage::Maturin => "1.7.0".to_string(),
153+
PythonPackage::Maturin => "1.7.1".to_string(),
154154
PythonPackage::MyPy => "1.11.1".to_string(),
155155
PythonPackage::PreCommit => "3.8.0".to_string(),
156156
PythonPackage::Pytest => "8.3.2".to_string(),

src/snapshots/python_project__project_generator__tests__save_pyo3_dev_requirements_application_file.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/project_generator.rs
33
expression: content
44
---
5-
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.0\n-e .\n"
5+
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.1\n-e .\n"

src/snapshots/python_project__project_generator__tests__save_pyo3_dev_requirements_lib_file.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/project_generator.rs
33
expression: content
44
---
5-
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.0\n-e .\n"
5+
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.1\n-e .\n"

src/snapshots/python_project__project_generator__tests__save_setuptools_dev_requirements_application_file.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/project_generator.rs
33
expression: content
44
---
5-
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.0\n-e .\n"
5+
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.1\n-e .\n"

src/snapshots/python_project__project_generator__tests__save_setuptools_dev_requirements_lib_file.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
source: src/project_generator.rs
33
expression: content
44
---
5-
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.0\n-e .\n"
5+
"mypy==1.11.1\npre-commit==3.8.0\npytest==8.3.2\npytest-cov==5.0.0\nruff==0.6.1\nmaturin==1.7.1\n-e .\n"

0 commit comments

Comments
 (0)