From 24499c5ea9aabcaa2a648eb59cdc4a1e840e646e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 03:17:23 +0000 Subject: [PATCH] chore(deps): bump bottleneck from 1.4.1 to 1.4.2 Bumps [bottleneck](https://github.com/pydata/bottleneck) from 1.4.1 to 1.4.2. - [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.1...v1.4.2) --- updated-dependencies: - dependency-name: bottleneck dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 26a74b23f..97340ca8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.26.4 pandas==2.2.3 -bottleneck==1.4.1 +bottleneck==1.4.2 numexpr==2.10.1 pandas-ta==0.3.14b