From 6754929cf1260dd92c0a66cdd4f2b5a46aafb27f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jun 2022 19:46:45 +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..d72cb0b 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.8.2 matplotlib==3.2.2 seaborn==0.11.1 black==21.4b2