From fa614bc9e2fe82b52d2bbd68f53aa1a99c1b1e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 08:46:45 +0000 Subject: [PATCH] Update setuptools-rust requirement from <=1.5.2 to <=1.12.0 Updates the requirements on [setuptools-rust](https://github.com/PyO3/setuptools-rust) to permit the latest version. - [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/v0.5.1...v1.12.0) --- updated-dependencies: - dependency-name: setuptools-rust dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48f32fb..646a3fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ 'redis<=4.3.4', # selenium 4.0 breaks with arm geckodriver. 'selenium==3.141.0', - 'setuptools-rust<=1.5.2', + 'setuptools-rust<=1.12.0', 'slack-sdk<=3.26.0', 'sounddevice<=0.4.5', 'soundfile',