diff --git a/poetry.lock b/poetry.lock index 04fb457..309cbc0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1263,13 +1263,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.2.2)", "pytest (>=7.2.1)", "pytes [[package]] name = "plotly" -version = "5.18.0" +version = "5.19.0" description = "An open-source, interactive data visualization library for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "plotly-5.18.0-py3-none-any.whl", hash = "sha256:23aa8ea2f4fb364a20d34ad38235524bd9d691bf5299e800bca608c31e8db8de"}, - {file = "plotly-5.18.0.tar.gz", hash = "sha256:360a31e6fbb49d12b007036eb6929521343d6bee2236f8459915821baefa2cbb"}, + {file = "plotly-5.19.0-py3-none-any.whl", hash = "sha256:906abcc5f15945765328c5d47edaa884bc99f5985fbc61e8cd4dc361f4ff8f5a"}, + {file = "plotly-5.19.0.tar.gz", hash = "sha256:5ea91a56571292ade3e3bc9bf712eba0b95a1fb0a941375d978cc79432e055f4"}, ] [package.dependencies] @@ -1577,4 +1577,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "1519c81479d18e8dc25d05cc0805ce6f61b020b2b5e24ad7fa2de2ee352d1e45" +content-hash = "b166cc9f389279961e7aeb6d932ff58c386ecbe972b87fa901e1bf18269256e6" diff --git a/pyproject.toml b/pyproject.toml index 42e0c7f..280be61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ matplotlib = "3.8.2" pdb-tools = "2.5.0" pandas = "2.1.4" openpyxl = "3.1.2" -plotly = "5.18.0" +plotly = "5.19.0" pdbecif = "1.5" jsonpickle = "3.0.3" kaleido = "0.2.1"