From ada692689a77eadb672b3df5291b26461cc4d975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 04:39:03 +0000 Subject: [PATCH] Bump maturin from 1.7.0 to 1.7.1 Bumps [maturin](https://github.com/pyo3/maturin) from 1.7.0 to 1.7.1. - [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.0...v1.7.1) --- updated-dependencies: - dependency-name: maturin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f6ef48aa..3d2aa6cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["maturin==1.7.0"] +requires = ["maturin==1.7.1"] build-backend = "maturin" [project] @@ -12,7 +12,7 @@ authors = [ requires-python = ">=3.8,<3.13" dependencies = [ "cffi==1.16.0", - "maturin==1.7.0", + "maturin==1.7.1", "numpy" ] classifiers = [