From 292b29101fda6679227ff80a5541dbb3142c9683 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:49:32 +0000 Subject: [PATCH] build(deps): bump scipy from 1.13.1 to 1.15.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.13.1 to 1.15.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.15.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b7dff6f..d9b36c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ numpy==1.26.4 pandas==2.2.3 python-dotenv==1.0.1 questionary==2.1.0 -scipy==1.13.1 +scipy==1.15.0 tcxreader==0.4.10 tqdm==4.67.1 diff --git a/setup.py b/setup.py index c9d533a..6890df8 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def read(file_name): "pandas==2.2.3", "python-dotenv==1.0.1", "questionary==2.1.0", - "scipy==1.13.1", + "scipy==1.15.0", "tcxreader==0.4.10", "tqdm==4.67.1" ],