From 758782aa627268c9348ca531b8d56eeef07de18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:48:32 +0000 Subject: [PATCH] build(deps-dev): bump pandas from 2.1.1 to 2.1.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c8077e08a..d7099a79a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "pytest==7.4.3", "pytest-cov==4.1.0", "joblib==1.3.2", - "pandas==2.1.1", + "pandas==2.1.2", "openpyxl==3.1.2", "scikit-learn==1.3.2", "pytest-xdist==3.3.1",