diff --git a/poetry.lock b/poetry.lock index 0685dff..11e9322 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 = "d8bc646400133fbe3dc5e6fb48eb008c43ecabbcefccaedb42adcd8660be8925" +content-hash = "ed1cbad89dfa2c26f0f34070ce5011a09362e14c89e9bab15e9038bebbc54707" diff --git a/pyproject.toml b/pyproject.toml index b3ea039..74a642d 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.0.4" kaleido = "0.2.1"