From 74f870c4350a93d5e48378a0faee62f4ce770263 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 03:35:14 +0000 Subject: [PATCH] chore(deps): bump bottleneck from 1.4.2 to 1.5.0 Bumps [bottleneck](https://github.com/pydata/bottleneck) from 1.4.2 to 1.5.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.4.2...v1.5.0) --- updated-dependencies: - dependency-name: bottleneck dependency-version: 1.5.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 542c1978e..1149364d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==2.2.6 pandas==2.3.0 -bottleneck==1.4.2 +bottleneck==1.5.0 numexpr==2.10.2 # Indicator libraries ft-pandas-ta==0.3.15