diff --git a/poetry.lock b/poetry.lock index 99d57c2..164f178 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4601,13 +4601,13 @@ full = ["httpx (>=0.22.0)", "itsdangerous", "jinja2", "python-multipart (>=0.0.7 [[package]] name = "streamlit" -version = "1.37.1" +version = "1.38.0" description = "A faster way to build and share data apps" optional = false python-versions = "!=3.9.7,>=3.8" files = [ - {file = "streamlit-1.37.1-py2.py3-none-any.whl", hash = "sha256:0651240fccc569900cc9450390b0a67473fda55be65f317e46285f99e2bddf04"}, - {file = "streamlit-1.37.1.tar.gz", hash = "sha256:bc7e3813d94a39dda56f15678437eb37830973c601e8e574f2225a7bf188ea5a"}, + {file = "streamlit-1.38.0-py2.py3-none-any.whl", hash = "sha256:0653ecfe86fef0f1608e3e082aef7eb335d8713f6f31e9c3b19486d1c67d7c41"}, + {file = "streamlit-1.38.0.tar.gz", hash = "sha256:c4bf36b3ef871499ed4594574834583113f93f077dd3035d516d295786f2ad63"}, ] [package.dependencies] @@ -4632,7 +4632,7 @@ typing-extensions = ">=4.3.0,<5" watchdog = {version = ">=2.1.5,<5", markers = "platform_system != \"Darwin\""} [package.extras] -snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python (>=0.9.0)"] +snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"] [[package]] name = "strictyaml" @@ -5356,4 +5356,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "54f96cec7595743ce477ab09630e876cf278fb46cf820a476cc3435df36ddb1d" +content-hash = "d251d7af95aaec8bda29eb268de8b072bd81e8858cb63990266c6ea3904a1351" diff --git a/pyproject.toml b/pyproject.toml index 8a99c07..6a6e261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ package-mode = false python = "^3.10" openai = "^1.43.1" python-dotenv = "^1.0.1" -streamlit = "^1.37.1" +streamlit = "^1.38.0" azure-cosmos = "^4.7.0" plotly = "^5.24.0" pandas = "^2.2.2"