From 8a0ca8091e6a5290279b5492321f379026edcf7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:20:04 +0000 Subject: [PATCH] build(deps): bump pandas from 1.4.2 to 1.5.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.4.2 to 1.5.0. - [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.0) --- 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 226c986..2e18521 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -28,7 +28,7 @@ drf-spectacular==0.23.1 # https://github.com/tfranzel/drf-spectacular # ML scikit-learn==1.1.1 matplotlib==3.5.2 -pandas==1.4.2 +pandas==1.5.0 scikit-surprise==1.1.3 surprise==0.1 django-picklefield==3.1