From 45ab9fd6b36d4690494ffac4c4c0610ca95aec16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:46:20 +0000 Subject: [PATCH] chore(deps): update scipy requirement in /global-api 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.13.0rc1...v1.14.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- global-api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-api/requirements.txt b/global-api/requirements.txt index 6843fc1c..ebcecb4c 100644 --- a/global-api/requirements.txt +++ b/global-api/requirements.txt @@ -12,7 +12,7 @@ psycopg2-binary==2.9.9 pydantic-settings==2.* pytest==8.2.2 rioxarray==0.15.* -scipy==1.13.* +scipy==1.14.* shapely==2.0.4 SQLAlchemy==2.0.31 tqdm==4.66.*