From 2002b047a8f233fdbbc389619247a964e0e7e21a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 04:28:05 +0000 Subject: [PATCH] Bump maturin from 1.7.1 to 1.7.6 Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.1 to 1.7.6. - [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.7.6) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f61612b0..321a6e82 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.7.6", # python version 3.7 pinned dependencies "setuptools==47.1.0; python_version == '3.7'",