diff --git a/poetry.lock b/poetry.lock index 75ddb27..950341e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2753,13 +2753,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest- [[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] @@ -4664,4 +4664,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "6393b816f6abb9bd43f3cbf51ae2c260eba2b6e5d139d9d5c6bab40d8bcfa37e" +content-hash = "00fc1553d971dacdfc070ec7b4d275f88c102ffc3516a73407e850c4f5ef1be5" diff --git a/pyproject.toml b/pyproject.toml index eab874a..107e199 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.9" accelerate = "0.28.0" evaluate = "0.4.1" matplotlib = "^3.7.0" -plotly = "5.22.0" +plotly = "5.24.0" nltk = "3.8.1" numpy = "^1.24.0" pandas = "^2.0"