From 0e0c918a50ea26b8deb2862ece1fee8d013bb9c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 18:13:15 +0000 Subject: [PATCH] build(deps): bump pandas from 1.4.2 to 1.5.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.2 to 1.5.3. - [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.3) --- 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 a9cf3d0..6037e07 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.3 scikit-surprise==1.1.3 surprise==0.1 django-picklefield==3.1