From da64bb21a7f6ec104c149bfdfe6ee9d303fa8ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:19:49 -0400 Subject: [PATCH] build(deps): bump plotly from 5.23.0 to 5.24.1 (#6320) Bumps [plotly](https://github.com/plotly/plotly.py) from 5.23.0 to 5.24.1. - [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.1) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a1966e9bb9c..41c85abdb26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ igdb-api-v4==0.3.3 -plotly==5.23.0 +plotly==5.24.1 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