From 0da3600dd7430a01370fe8963969249f646bfd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 04:28:43 +0000 Subject: [PATCH] Bump maturin from 1.7.1 to 1.8.0 Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.1 to 1.8.0. - [Release notes](https://github.com/pyo3/maturin/releases) - [Changelog](https://github.com/PyO3/maturin/blob/main/Changelog.md) - [Commits](https://github.com/pyo3/maturin/compare/v1.7.1...v1.8.0) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4ebce251..42261be7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pytest-mock==3.14.0; python_version > '3.7'", "coverage==7.6.0; python_version > '3.7'", # Rust - "maturin==1.7.1", + "maturin==1.8.0", # python version 3.7 pinned dependencies "setuptools==47.1.0; python_version == '3.7'",