From 56f2a77c722077d85d9086fcaee2a5d778eec547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 03:25:34 +0000 Subject: [PATCH] Bump bottleneck from 1.3.8 to 1.4.0 Bumps [bottleneck](https://github.com/pydata/bottleneck) from 1.3.8 to 1.4.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.3.8...v1.4.0) --- updated-dependencies: - dependency-name: bottleneck 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 39728b8c2..d6b84b730 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.26.4 pandas==2.2.2 -bottleneck==1.3.8 +bottleneck==1.4.0 numexpr==2.10.0 pandas-ta==0.3.14b