From 3d4bc7893f7c8d5d9775ee3c4655bae09202e146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Oct 2022 20:29:54 +0000 Subject: [PATCH] build(deps): bump pandas from 1.4.2 to 1.5.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.2 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.2...v1.5.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 48bfefc..e03b493 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -30,7 +30,7 @@ psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2 # ML scikit-learn==1.1.1 matplotlib==3.5.2 -pandas==1.4.2 +pandas==1.5.1 scikit-surprise==1.1.3 surprise==0.1 django-picklefield==3.1