From a17f3f4bdaa05dc0b9bf268e6a375fc2af630a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 10:42:15 -0400 Subject: [PATCH] build(deps): bump plotly from 5.22.0 to 5.23.0 (#5557) Bumps [plotly](https://github.com/plotly/plotly.py) from 5.22.0 to 5.23.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.22.0...v5.23.0) --- 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 33fbdb43fba..06e6e9bb69c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ igdb-api-v4==0.3.2 -plotly==5.22.0 +plotly==5.23.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