From 76dad61f473c7eb71707b8943f49f9282345b576 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:06:27 +0000 Subject: [PATCH] build(deps): bump scipy from 1.15.0 to 1.15.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.15.0 to 1.15.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.15.0...v1.15.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-patch ... 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 3583a77..5e60b86 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.15.0 +scipy==1.15.1 tcxreader==0.4.10 tqdm==4.67.1 diff --git a/setup.py b/setup.py index c5946e3..cdfc383 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.15.0", + "scipy==1.15.1", "tcxreader==0.4.10", "tqdm==4.67.1" ],