From 83d182165a9971a2ddea267afdfe611a182b42a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:01:57 +0000 Subject: [PATCH] Update setuptools-rust requirement from ~=0.12.1 to ~=1.8.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.12.1...v1.8.0) --- updated-dependencies: - dependency-name: setuptools-rust 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 50c5f4395..c3d50525d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ test = [ "mypy ~= 1.1", "pylint ~= 3.0.1", "pytest ~= 7.4.0", - "setuptools-rust ~= 0.12.1", + "setuptools-rust ~= 1.8.0", "psutil ~= 5.9.3", "py2many >=0.3", "types-requests ~= 2.31.0",