From ea589ad5bbc027bf2f162914ac679f48f7004c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jul 2023 01:35:27 +0000 Subject: [PATCH] Bump pandas from 1.5.3 to 2.0.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.0.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.0.3) --- 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..03c217a 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.3 diff --git a/dashboard-streamlit/requirements.txt b/dashboard-streamlit/requirements.txt index 5b87b81..a0b2d3d 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.3