From bd0fa3fecacaa2d68644edb42acf9075e92d4cf2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:25:31 +0000 Subject: [PATCH] Bump plotly from 5.15.0 to 5.16.0 Bumps [plotly](https://github.com/plotly/plotly.py) from 5.15.0 to 5.16.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.15.0...v5.16.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 1a8767c..fcea8dd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1297,13 +1297,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "plotly" -version = "5.15.0" +version = "5.16.0" description = "An open-source, interactive data visualization library for Python" optional = false python-versions = ">=3.6" files = [ - {file = "plotly-5.15.0-py2.py3-none-any.whl", hash = "sha256:3508876bbd6aefb8a692c21a7128ca87ce42498dd041efa5c933ee44b55aab24"}, - {file = "plotly-5.15.0.tar.gz", hash = "sha256:822eabe53997d5ebf23c77e1d1fcbf3bb6aa745eb05d532afd4b6f9a2e2ab02f"}, + {file = "plotly-5.16.0-py2.py3-none-any.whl", hash = "sha256:046ba0cd9f6b251780e0d93313016ec5e2cb69d9a68da818cd7110e6c77a4011"}, + {file = "plotly-5.16.0.tar.gz", hash = "sha256:13dc052665dcb4d9eefd89847c0b144984e99aca5c8008f9885d2583b77d8b7d"}, ] [package.dependencies] @@ -1605,4 +1605,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "6267c8df335084f23c2d19c22c06f4622edba6ca4d316d23eb29fb2f3bedb840" +content-hash = "312c5ad05d6057e94c1637d27c427eaf50f3332f21094930e4ca2582db3c129d" diff --git a/pyproject.toml b/pyproject.toml index 5f22d6e..377a7b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ matplotlib = "3.7.2" pdb-tools = "2.5.0" pandas = "2.0.3" openpyxl = "3.1.2" -plotly = "5.15.0" +plotly = "5.16.0" pdbecif = "1.5" jsonpickle = "3.0.1" kaleido = "0.2.1"