diff --git a/poetry.lock b/poetry.lock index 8c7da3f..7dd94ee 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3270,13 +3270,13 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.4.3)", "pytest- [[package]] name = "plotly" -version = "5.24.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.24.0-py3-none-any.whl", hash = "sha256:0e54efe52c8cef899f7daa41be9ed97dfb6be622613a2a8f56a86a0634b2b67e"}, - {file = "plotly-5.24.0.tar.gz", hash = "sha256:eae9f4f54448682442c92c1e97148e3ad0c52f0cf86306e1b76daba24add554a"}, + {file = "plotly-5.24.1-py3-none-any.whl", hash = "sha256:f67073a1e637eb0dc3e46324d9d51e2fe76e9727c892dde64ddf1e1b51f29089"}, + {file = "plotly-5.24.1.tar.gz", hash = "sha256:dbc8ac8339d248a4bcc36e08a5659bacfe1b079390b8953533f4eb22169b4bae"}, ] [package.dependencies] @@ -5356,4 +5356,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "09917c3d01149ebc64ec98b251326a7c95b9bed357acdf8f9577d9ff7c4e9526" +content-hash = "99d73046ca1ff33543717917ceedad6863515f177f18bb8372e6210fc5cec652" diff --git a/pyproject.toml b/pyproject.toml index 284c826..d7ff27c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ openai = "^1.43.1" python-dotenv = "^1.0.1" streamlit = "^1.38.0" azure-cosmos = "^4.7.0" -plotly = "^5.24.0" +plotly = "^5.24.1" pandas = "^2.2.2" langchain = "^0.2.16" langchain-openai = "^0.1.23"