From 0555cf8cd8c3d9077a18c66d2421ea390e27f08f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 17:35:10 +0000 Subject: [PATCH] chore(deps): bump pandas from 3.0.3 to 3.0.5 Bumps [pandas](https://github.com/pandas-dev/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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-lock.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cb4a3d9..fff8223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0c69df08144872ccd1d8bf523738e80748d8d664", - "pandas==3.0.3", + "pandas==3.0.5", "numpy==2.4.6", "requests==2.34.2", "matplotlib==3.11.0", diff --git a/requirements-lock.txt b/requirements-lock.txt index 930ea0a..9b8a4e0 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -1,5 +1,5 @@ quant-platform-kit @ git+https://github.com/QuantStrategyLab/QuantPlatformKit.git@0c69df08144872ccd1d8bf523738e80748d8d664 -pandas==3.0.3 +pandas==3.0.5 numpy==2.4.6 requests==2.34.2 matplotlib==3.11.0