From 32dce5f33a81ceb9ff9edc0d37b3b0e46e930f5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:50:03 +0000 Subject: [PATCH] Bump pandas from 2.2.1 to 2.2.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 644b4c7..552b9f1 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "google-auth-oauthlib==1.2.0", "numpy==1.26.4", "tqdm==4.66.2", - "pandas==2.2.1", + "pandas==2.2.2", "scikit-learn==1.4.1.post1", "sqlalchemy==2.0.29", ],