From 3ccc3a8190cf0aafac50da8503f059cefc341967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 20:27:05 +0000 Subject: [PATCH] Bump plotly from 5.20.0 to 5.22.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.20.0 to 5.22.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.20.0...v5.22.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d97529d..019b6e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "numpy>=1.22.4", "orjson==3.10.3", "pandas==2.2.2", - "plotly==5.20.0", + "plotly==5.22.0", "psycopg[binary,pool]==3.1.19", "python-dateutil==2.9.0.post0", "python-dotenv==1.0.0",