From 2140c49b1084ee383dfede292ee25c89b733a145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 20:19:43 +0000 Subject: [PATCH] Update bottleneck requirement from <1.6.1,>=1.3 to >=1.6.0,<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 9ce5117f..5f25eb9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] requires-python = ">=3.12,<3.15" dependencies = [ - "bottleneck >= 1.3,< 1.6.1", + "bottleneck >= 1.6.0,< 1.6.1", "numba >= 0.60.0,< 0.66", "numexpr >= 2.8, < 2.14.2", "numpy >= 1.18.5,< 3",