From 6f085c60f9f1a039ca372d313d652c88fcf5f9ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 19:42:01 +0200 Subject: [PATCH] Bump scipy from 1.13.1 to 1.14.1 (#282) Bumps [scipy](https://github.com/scipy/scipy) from 1.13.1 to 1.14.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.13.1...v1.14.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a8e5d91..abe3b35 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ numpy==1.26.4 opencv-python==4.10.0.84 scikit-image==0.24.0 scikit-learn==1.5.2 -scipy==1.13.1 +scipy==1.14.1 tqdm==4.66.5