From f1da1d357fca17d701165333422da1f17758b19a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 May 2023 02:00:34 +0000 Subject: [PATCH] Bump pandas from 1.5.3 to 2.0.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.0.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dashboard-plotly/requirements.txt | 2 +- dashboard-streamlit/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard-plotly/requirements.txt b/dashboard-plotly/requirements.txt index 28e815f..cbbbf44 100644 --- a/dashboard-plotly/requirements.txt +++ b/dashboard-plotly/requirements.txt @@ -1,4 +1,4 @@ pymongo==4.3.3 plotly==5.13.1 dash==2.9.2 -pandas==1.5.3 +pandas==2.0.1 diff --git a/dashboard-streamlit/requirements.txt b/dashboard-streamlit/requirements.txt index 5b87b81..c81e99a 100644 --- a/dashboard-streamlit/requirements.txt +++ b/dashboard-streamlit/requirements.txt @@ -1,4 +1,4 @@ streamlit == 1.20.0 pymongo == 4.3.3 numpy == 1.24.2 -pandas == 1.5.3 +pandas == 2.0.1