From 8995566ad9a64202a890ba920dfb6fc21c5e8aa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:53:57 +0000 Subject: [PATCH] build(deps): update scipy requirement from ~=1.14.1 to ~=1.15.2 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.14.1...v1.15.2) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0f22057..e94114d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ requests~=2.32.3 pandas~=2.2.3 plotly~=5.24.1 flask~=3.0.3 -scipy~=1.14.1 +scipy~=1.15.2 asgiref~=3.8.1 setuptools~=74.1.3