From c32530422aa65114862a690b2ee7461959bf537d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 04:15:58 +0000 Subject: [PATCH] build(deps): bump setuptools-rust from 1.11.1 to 1.12.0 Bumps [setuptools-rust](https://github.com/PyO3/setuptools-rust) from 1.11.1 to 1.12.0. - [Release notes](https://github.com/PyO3/setuptools-rust/releases) - [Changelog](https://github.com/PyO3/setuptools-rust/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyO3/setuptools-rust/compare/v1.11.1...v1.12.0) --- updated-dependencies: - dependency-name: setuptools-rust dependency-version: 1.12.0 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 ffa957c..21e76dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "pycodestyle==2.12.1", "pyflakes==3.2.0", "black==25.1.0", - "setuptools-rust==1.11.1", + "setuptools-rust==1.12.0", "toml==0.10.2", "build==1.2.2.post1", "pytest>=8",