From cb4773b17f0dbf39066e6b7d3c3db3deada41925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 01:58:21 +0000 Subject: [PATCH] Bump pandas from 1.5.3 to 2.0.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.0.2) --- 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..e007686 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.2 diff --git a/dashboard-streamlit/requirements.txt b/dashboard-streamlit/requirements.txt index 5b87b81..f5a4de3 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.2