From 260f7be6d2ad13f20898932a058893e7c731bcb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 23:35:49 +0000 Subject: [PATCH] chore(deps): bump scipy from 1.15.1 to 1.15.2 Bumps [scipy](https://github.com/scipy/scipy) from 1.15.1 to 1.15.2. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.1...v1.15.2) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production 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 98ba24457..91550e476 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "pandas==2.2.3", "psycopg2==2.9.10", "PyYAML==6.0.2", - "scipy==1.15.1", + "scipy==1.15.2", "sentry-sdk==2.20.0", "sqlalchemy-mixins==2.0.5", "sqlalchemy==2.0.38",