From 1dc4fcf9e10b15ec6a4da669a557fec326c84739 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 17:44:35 +0000 Subject: [PATCH] Update dependency plotly to v5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 438c747..d39a4bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ tweepy==3.10.0 japanize-matplotlib==1.1.3 pandas==1.1.5 -plotly==4.4.1 +plotly==5.22.0 matplotlib==3.2.2 seaborn==0.11.1 black==21.4b2