diff --git a/requirements-dev.txt b/requirements-dev.txt index 7c1a02043..6c6ef6d1a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -58,7 +58,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3. pytz==2026.1.post1 ; python_version >= "3.11" and python_version < "3.15" pyyaml==6.0.3 ; python_version >= "3.11" and python_version < "3.15" requests==2.33.1 ; python_version >= "3.11" and python_version < "3.15" -scipy==1.17.0 ; python_version >= "3.11" and python_version < "3.15" +scipy==1.17.1 ; python_version >= "3.11" and python_version < "3.15" setuptools==80.9.0 ; python_version >= "3.12" and python_version < "3.15" shapely==2.1.2 ; python_version >= "3.11" and python_version < "3.15" six==1.17.0 ; python_version >= "3.11" and python_version < "3.15" diff --git a/requirements.txt b/requirements.txt index bfda9ecb9..c6dd0dbdb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3. pytz==2026.1.post1 ; python_version >= "3.11" and python_version < "3.15" pyyaml==6.0.3 ; python_version >= "3.11" and python_version < "3.15" requests==2.33.1 ; python_version >= "3.11" and python_version < "3.15" -scipy==1.17.0 ; python_version >= "3.11" and python_version < "3.15" +scipy==1.17.1 ; python_version >= "3.11" and python_version < "3.15" shapely==2.1.2 ; python_version >= "3.11" and python_version < "3.15" six==1.17.0 ; python_version >= "3.11" and python_version < "3.15" tqdm==4.67.3 ; python_version >= "3.11" and python_version < "3.15"