From 1f146c0204ac18b1b7d4de3eb673aab551ce7e9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:58:33 +0000 Subject: [PATCH] Bump plotly from 5.22.0 to 5.24.1 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.22.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.22.0...v5.24.1) --- 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 2409adb..b08b962 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1425,13 +1425,13 @@ type = ["mypy (>=1.8)"] [[package]] name = "plotly" -version = "5.22.0" +version = "5.24.1" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.22.0-py3-none-any.whl", hash = "sha256:68fc1901f098daeb233cc3dd44ec9dc31fb3ca4f4e53189344199c43496ed006"}, - {file = "plotly-5.22.0.tar.gz", hash = "sha256:859fdadbd86b5770ae2466e542b761b247d1c6b49daed765b95bb8c7063e7469"}, + {file = "plotly-5.24.1-py3-none-any.whl", hash = "sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089"}, + {file = "plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae"}, ] [package.dependencies] @@ -1783,4 +1783,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "4a97bacccaa32ecb97b01c790f12f77bd8f22dde130c1598de45b2e39f8e908b" +content-hash = "05606c02292d0dc5145c15e554ec71f6f6aaedcf3352fd1f409c9e8dcf08d13f" diff --git a/pyproject.toml b/pyproject.toml index cecbeec..e2bdcc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ matplotlib = "3.9.1" pdb-tools = "2.5.0" pandas = "2.2.2" openpyxl = "3.1.5" -plotly = "5.22.0" +plotly = "5.24.1" pdbecif = "1.5" jsonpickle = "3.3.0" kaleido = "0.2.1"