From 5cd31bf35fab037b7b95400c1f1d73d35823dc64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 07:56:42 +0000 Subject: [PATCH] Bump plotly from 5.16.1 to 5.17.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.16.1 to 5.17.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.16.1...v5.17.0) --- updated-dependencies: - dependency-name: plotly dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7a45f5c..fba87d5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1241,13 +1241,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "plotly" -version = "5.16.1" +version = "5.17.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.6" files = [ - {file = "plotly-5.16.1-py2.py3-none-any.whl", hash = "sha256:19cc34f339acd4e624177806c14df22f388f23fb70658b03aad959a0e650a0dc"}, - {file = "plotly-5.16.1.tar.gz", hash = "sha256:295ac25edeb18c893abb71dcadcea075b78fd6fdf07cee4217a4e1009667925b"}, + {file = "plotly-5.17.0-py2.py3-none-any.whl", hash = "sha256:7c84cdf11da162423da957bb093287134f2d6f170eb9a74f1459f825892247c3"}, + {file = "plotly-5.17.0.tar.gz", hash = "sha256:290d796bf7bab87aad184fe24b86096234c4c95dcca6ecbca02d02bdf17d3d97"}, ] [package.dependencies] @@ -1603,4 +1603,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "8b00977ead7b5b3eaf49d0faa76154db4d1bf2201b0cf9467ceb2b893ec5f01b" +content-hash = "78cde2fd0776674324f2507d5732de950c7f242cf68d13566840ab13f27c7dba" diff --git a/pyproject.toml b/pyproject.toml index d121ac5..582c4b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ matplotlib = "3.8.0" pdb-tools = "2.5.0" pandas = "2.0.3" openpyxl = "3.1.2" -plotly = "5.16.1" +plotly = "5.17.0" pdbecif = "1.5" jsonpickle = "3.0.2" kaleido = "0.2.1"