From 87079c03b1f7559e3b4744a9d4bfbeec48398000 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:55:14 +0000 Subject: [PATCH] build(deps): bump plotly from 5.23.0 to 5.24.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.23.0 to 5.24.0. - [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.23.0...v5.24.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1966e9bb9c..ddd2a705d74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ igdb-api-v4==0.3.3 -plotly==5.23.0 +plotly==5.24.0 psutil==6.0.0 # required for orca, orca is required to save plotly figures as images python-dotenv==1.0.1 requests==2.32.3