From 6e55f4b414e3e46f1952b1feaaa6949dfcdb9733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 17:53:18 +0000 Subject: [PATCH] Bump pandas from 2.1.0 to 2.1.1 in /core Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- core/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/requirements.txt b/core/requirements.txt index 20860d9..7594285 100644 --- a/core/requirements.txt +++ b/core/requirements.txt @@ -6,5 +6,5 @@ pydantic==2.3.0 pydantic-settings==2.0.3 loguru==0.7.2 numpy==1.25.2 -pandas==2.1.0 +pandas==2.1.1 scikit-learn==1.3.0 \ No newline at end of file