From 1de033df2ddf1f2674d12f210f589757d2989f42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 09:47:45 +0000 Subject: [PATCH] Update pandas requirement from ~=1.2.4 to ~=2.0.3 Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.2.4...v2.0.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 113d8a5..9ff3c17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jinja2~=2.11.3 flask==1.1.2 plotly~=4.14.3 kaleido==0.0.3.post1 -pandas~=1.2.4 +pandas~=2.0.3 werkzeug==1.0.1 redis==3.5.3 pytz==2021.1