From a5da1bea05c1e1c82e9db5aac4d8632465d7ee48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:33:06 +0000 Subject: [PATCH] build(deps-dev): bump pandas from 2.1.3 to 2.1.4 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.3 to 2.1.4. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.3...v2.1.4) --- 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 676ea4ab8..26dc64f54 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.3", + "pandas==2.1.4", "openpyxl==3.1.2", "scikit-learn==1.3.2", "pytest-xdist==3.5.0",