From 35f1f12f745b8b24b5cf70df17271f6c011fb27b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:06:01 +0000 Subject: [PATCH] build(deps): bump pandas from 1.4.2 to 2.0.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.2 to 2.0.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.4.2...v2.0.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... 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..4f3d66a 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==2.0.2 scikit-surprise==1.1.3 surprise==0.1 django-picklefield==3.1