From 47bbcaf10f848b15061943e5b5822690b00e1ed2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:24:58 +0000 Subject: [PATCH] Bump plotly from 5.19.0 to 5.22.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.19.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.19.0...v5.22.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 c103e0f..4d820b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1325,13 +1325,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "plotly" -version = "5.19.0" +version = "5.22.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.8" files = [ - {file = "plotly-5.19.0-py3-none-any.whl", hash = "sha256:906abcc5f15945765328c5d47edaa884bc99f5985fbc61e8cd4dc361f4ff8f5a"}, - {file = "plotly-5.19.0.tar.gz", hash = "sha256:5ea91a56571292ade3e3bc9bf712eba0b95a1fb0a941375d978cc79432e055f4"}, + {file = "plotly-5.22.0-py3-none-any.whl", hash = "sha256:68fc1901f098daeb233cc3dd44ec9dc31fb3ca4f4e53189344199c43496ed006"}, + {file = "plotly-5.22.0.tar.gz", hash = "sha256:859fdadbd86b5770ae2466e542b761b247d1c6b49daed765b95bb8c7063e7469"}, ] [package.dependencies] @@ -1656,4 +1656,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "363b38deef2978450c1026f7b29a71396ce5281b60a7dd2788e0b928708648fc" +content-hash = "c7cbfea6c3608972bf67fd83c8b2ec0c2f9d862b4331a67efb36a6897849903a" diff --git a/pyproject.toml b/pyproject.toml index 0f81bbb..1952f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ matplotlib = "3.8.2" pdb-tools = "2.5.0" pandas = "2.2.1" openpyxl = "3.1.2" -plotly = "5.19.0" +plotly = "5.22.0" pdbecif = "1.5" jsonpickle = "3.0.4" kaleido = "0.2.1"