From 3c8fc5032c6fb206626492ced7b2a5c93bf7ec6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 15:09:38 +0000 Subject: [PATCH] chore(deps): bump pandas from 2.3.2 to 2.3.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.2 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.3.2...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli_bundle/requirements.txt | 2 +- docker/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli_bundle/requirements.txt b/cli_bundle/requirements.txt index 2ac9385b..df29659f 100644 --- a/cli_bundle/requirements.txt +++ b/cli_bundle/requirements.txt @@ -3,7 +3,7 @@ click==8.3.0 rich==14.1.0 pyyaml==6.0.2 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) -pandas==2.3.2 +pandas==2.3.3 numpy==2.2.6 # Reuse the repo-wide requirements; add CLI-only extras here if you need. diff --git a/docker/requirements.txt b/docker/requirements.txt index 2c6a3757..f3f04ecc 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -3,7 +3,7 @@ click==8.3.0 rich==14.1.0 pyyaml==6.0.2 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) -pandas==2.3.2 +pandas==2.3.3 numpy==2.2.6 # Optional — enable as needed (uncomment to use)