From 48a827da1f0030e1dd0c4d0f9ec46f2905e6e20c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:52:34 +0000 Subject: [PATCH] chore(deps): Bump pandas in the pip-dependencies group Bumps the pip-dependencies group with 1 update: [pandas](https://github.com/pandas-dev/pandas). Updates `pandas` from 3.0.3 to 3.0.5 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.5) --- updated-dependencies: - dependency-name: pandas dependency-version: 3.0.5 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 e2c578e..a3cbf05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires-python = ">=3.11" dependencies = [ "hyperliquid-python-sdk==0.24.0", "python-dotenv==1.2.2", - "pandas==3.0.3", + "pandas==3.0.5", "numpy==2.4.6", ]