From 8f4becea76351f9949cf4df6682458b2a0094c5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 05:16:14 +0000 Subject: [PATCH] Update bottleneck requirement from <1.5.1,>=1.3 to >=1.3,<1.6.1 Updates the requirements on [bottleneck](https://github.com/pydata/bottleneck) to permit the latest version. - [Release notes](https://github.com/pydata/bottleneck/releases) - [Changelog](https://github.com/pydata/bottleneck/blob/master/RELEASE.rst) - [Commits](https://github.com/pydata/bottleneck/compare/v1.3.0...v1.6.0) --- updated-dependencies: - dependency-name: bottleneck dependency-version: 1.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6d143e0a..cf9a718d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.10,<3.14" dependencies = [ - "bottleneck >= 1.3,< 1.5.1", + "bottleneck >= 1.3,< 1.6.1", "numba >= 0.60.0,< 0.62", "numexpr >= 2.8, < 2.11.1", "numpy >= 1.18.5,< 3",