From 276e3b91e7c154a7cdef666a668a3e2dc95fb096 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:00:22 +0000 Subject: [PATCH] Update dependency streamlit to v1.40.2 --- notebooks/embeddings/poetry.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/notebooks/embeddings/poetry.lock b/notebooks/embeddings/poetry.lock index 4cb2792..3e196cf 100644 --- a/notebooks/embeddings/poetry.lock +++ b/notebooks/embeddings/poetry.lock @@ -1745,13 +1745,13 @@ files = [ [[package]] name = "streamlit" -version = "1.38.0" +version = "1.40.2" description = "A faster way to build and share data apps" optional = false -python-versions = "!=3.9.7,>=3.8" +python-versions = "!=3.9.7,>=3.9" files = [ - {file = "streamlit-1.38.0-py2.py3-none-any.whl", hash = "sha256:0653ecfe86fef0f1608e3e082aef7eb335d8713f6f31e9c3b19486d1c67d7c41"}, - {file = "streamlit-1.38.0.tar.gz", hash = "sha256:c4bf36b3ef871499ed4594574834583113f93f077dd3035d516d295786f2ad63"}, + {file = "streamlit-1.40.2-py2.py3-none-any.whl", hash = "sha256:7f6d1379a590f9625a6aee79ca73ceccff03cd2e05a3acbe5fe98915c27a7ffe"}, + {file = "streamlit-1.40.2.tar.gz", hash = "sha256:0cc131fc9b18065feaff8f6f241c81164ad37d8d9e3a85499a0240aaaf6a6a61"}, ] [package.dependencies] @@ -1760,20 +1760,20 @@ blinker = ">=1.0.0,<2" cachetools = ">=4.0,<6" click = ">=7.0,<9" gitpython = ">=3.0.7,<3.1.19 || >3.1.19,<4" -numpy = ">=1.20,<3" +numpy = ">=1.23,<3" packaging = ">=20,<25" -pandas = ">=1.3.0,<3" -pillow = ">=7.1.0,<11" +pandas = ">=1.4.0,<3" +pillow = ">=7.1.0,<12" protobuf = ">=3.20,<6" pyarrow = ">=7.0" pydeck = ">=0.8.0b4,<1" requests = ">=2.27,<3" rich = ">=10.14.0,<14" -tenacity = ">=8.1.0,<9" +tenacity = ">=8.1.0,<10" toml = ">=0.10.1,<2" tornado = ">=6.0.3,<7" typing-extensions = ">=4.3.0,<5" -watchdog = {version = ">=2.1.5,<5", markers = "platform_system != \"Darwin\""} +watchdog = {version = ">=2.1.5,<7", markers = "platform_system != \"Darwin\""} [package.extras] snowflake = ["snowflake-connector-python (>=2.8.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"]