From fdbc07f167c141d6a1b72f75f18f2b2120200aac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 08:52:44 +0000 Subject: [PATCH] chore(deps): Bump numpy in the pip-dependencies group Bumps the pip-dependencies group with 1 update: [numpy](https://github.com/numpy/numpy). Updates `numpy` from 2.4.5 to 2.4.6 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v2.4.5...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 775a87a..a3e6d07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "hyperliquid-python-sdk==0.23.0", "python-dotenv==1.2.2", "pandas==3.0.3", - "numpy==2.4.5", + "numpy==2.4.6", ] [project.optional-dependencies]