From dcae44e525c0b57a6d66bfbfd9e6a19e0fae4ce9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 23:10:05 +0000 Subject: [PATCH] build(deps): bump pandas from 2.2.1 to 2.3.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.1 to 2.3.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.1...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 94f3949..b7cda24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ mysql-connector-python == 9.0.0 mlxtend == 0.23.1 notebook == 7.1.3 numpy == 1.26.4 -pandas == 2.2.1 +pandas == 2.3.3 pillow == 10.3.0 scikit-learn == 1.4.0 seaborn == 0.13.2