From e6458eefa93a4b459a01b8d51858caef98df52c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 09:23:19 +0000 Subject: [PATCH] Bump pandas from 1.4.1 to 1.5.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.1 to 1.5.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Changelog](https://github.com/pandas-dev/pandas/blob/main/RELEASE.md) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.1...v1.5.1) --- updated-dependencies: - dependency-name: pandas 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 b563a45..f2a4867 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ psutil==5.9.0 joblib==1.1.0 matplotlib==3.5.1 numpy==1.22.3 -pandas==1.4.1 +pandas==1.5.1 scikit_learn==1.0.2 scipy==1.8.0 seaborn==0.11.2