From 960e5bf9be9675b2e922f9813b21a4cb3deb5486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 21:41:01 +0000 Subject: [PATCH] Update plotly requirement from ~=5.8.0 to ~=5.10.0 Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.8.0...v5.10.0) --- updated-dependencies: - dependency-name: plotly 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 3f2dcaf..e1cb207 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ beautifulsoup4~=4.11.1 pandas~=1.4.2 PyVirtualDisplay~=3.0 selenium~=4.2.0 -plotly~=5.8.0 +plotly~=5.10.0 fuzzywuzzy~=0.18.0 \ No newline at end of file