From e48c355aa5f0fa45798c909abe6287ec39e975c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 05:56:58 +0000 Subject: [PATCH] chore(deps-dev): bump scipy-stubs from 1.17.1.1 to 1.17.1.2 Bumps [scipy-stubs](https://github.com/scipy/scipy-stubs) from 1.17.1.1 to 1.17.1.2. - [Release notes](https://github.com/scipy/scipy-stubs/releases) - [Commits](https://github.com/scipy/scipy-stubs/compare/v1.17.1.1...v1.17.1.2) --- updated-dependencies: - dependency-name: scipy-stubs dependency-version: 1.17.1.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ea38424..47b351e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dev = [ "pytest-cov==7.1.0", "python-semantic-release>=10,<11", "ruff==0.15.7", - "scipy-stubs==1.17.1.1", + "scipy-stubs==1.17.1.3", ] [tool.ruff]