From 399e05dabba2c21c41f972001d7cce4c07d51898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 02:13:07 +0000 Subject: [PATCH] Update scipy-stubs requirement from <1.18,>=1.17.1.5 to >=1.17.1.5,<1.19 Updates the requirements on [scipy-stubs](https://github.com/scipy/scipy-stubs) to permit the latest version. - [Release notes](https://github.com/scipy/scipy-stubs/releases) - [Commits](https://github.com/scipy/scipy-stubs/compare/v1.17.1.5...v1.18.0.0) --- updated-dependencies: - dependency-name: scipy-stubs dependency-version: 1.18.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e1fdd333..4dd565b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ optional-dependencies.dev = [ "python-lsp-server[all]>=1.14,<1.15", "ruff>=0.15.16,<0.16", "rust-just~=1.51.0", - "scipy-stubs>=1.17.1.5,<1.18", + "scipy-stubs>=1.17.1.5,<1.19", "tbump>=6.11,<6.12", "ty>=0.0.43,<0.1", "types-cachetools>=7.0.0.20260518,<7.1",