From 23f416460c6debbc21e712298f494a8b9918234d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 08:52:39 +0000 Subject: [PATCH] chore(deps): Bump the pip-dependencies group with 2 updates Bumps the pip-dependencies group with 2 updates: [pandas](https://github.com/pandas-dev/pandas) and [numpy](https://github.com/numpy/numpy). Updates `pandas` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.2...v3.0.3) Updates `numpy` from 2.4.4 to 2.4.5 - [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.4...v2.4.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies - dependency-name: numpy dependency-version: 2.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a18629b..775a87a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,8 @@ requires-python = ">=3.11" dependencies = [ "hyperliquid-python-sdk==0.23.0", "python-dotenv==1.2.2", - "pandas==3.0.2", - "numpy==2.4.4", + "pandas==3.0.3", + "numpy==2.4.5", ] [project.optional-dependencies]