From 3fe753a7f157ed55256af328268821d0027470aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 03:55:57 +0000 Subject: [PATCH] Bump plotly from 5.18.0 to 5.20.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.18.0 to 5.20.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.18.0...v5.20.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6689c3d..3d3df0d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1911,13 +1911,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4)", "pytest-co [[package]] name = "plotly" -version = "5.18.0" +version = "5.20.0" description = "An open-source, interactive data visualization library for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "plotly-5.18.0-py3-none-any.whl", hash = "sha256:23aa8ea2f4fb364a20d34ad38235524bd9d691bf5299e800bca608c31e8db8de"}, - {file = "plotly-5.18.0.tar.gz", hash = "sha256:360a31e6fbb49d12b007036eb6929521343d6bee2236f8459915821baefa2cbb"}, + {file = "plotly-5.20.0-py3-none-any.whl", hash = "sha256:837a9c8aa90f2c0a2f0d747b82544d014dc2a2bdde967b5bb1da25b53932d1a9"}, + {file = "plotly-5.20.0.tar.gz", hash = "sha256:bf901c805d22032cfa534b2ff7c5aa6b0659e037f19ec1e0cca7f585918b5c89"}, ] [package.dependencies] @@ -3105,4 +3105,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.8" -content-hash = "70de29385a31beb22037d36477d5b480855a045d6f432e5d9576e4d6ba0b2103" +content-hash = "0ea898c9300921412726c477b5e7ef3ac31d809336c792cefe4779e215a33555" diff --git a/pyproject.toml b/pyproject.toml index 3f8a227..9d8c4a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ classifiers=[ python = "<3.12,>=3.8" matplotlib = "^3.7.1" numpy = ">=1.22" -plotly = "^5.14.1" +plotly = "^5.20.0" scipy = "^1.10.1" nbformat = "^5.8.0" invoke = "^2.2.0"