diff --git a/poetry.lock b/poetry.lock index 71311d1..f70568a 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.0" 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.0-py3-none-any.whl", hash = "sha256:0e54efe52c8cef899f7daa41be9ed97dfb6be622613a2a8f56a86a0634b2b67e"}, + {file = "plotly-5.24.0.tar.gz", hash = "sha256:eae9f4f54448682442c92c1e97148e3ad0c52f0cf86306e1b76daba24add554a"}, ] [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 = "feec99635d7b849856469c9e16e49c44b52d2fb1d63f272f01f757f978705ad5" diff --git a/pyproject.toml b/pyproject.toml index b3ea039..9ce4bcb 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.0" pdbecif = "1.5" jsonpickle = "3.0.4" kaleido = "0.2.1"