From 5396519b2065683c539baae9589247914015598b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 03:02:30 +0000 Subject: [PATCH] chore(deps): bump bottleneck from 1.5.0 to 1.6.0 Bumps [bottleneck](https://github.com/pydata/bottleneck) from 1.5.0 to 1.6.0. - [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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: bottleneck dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b64c5eda6..18c4f1120 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==2.3.2 pandas==2.3.2 -bottleneck==1.5.0 +bottleneck==1.6.0 numexpr==2.11.0 # Indicator libraries ft-pandas-ta==0.3.15