From 1cbaf0cec00adf1c3fbacb443fbf35ce6ca045e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 23:30:15 +0000 Subject: [PATCH] Update dependency streamlit to v1.42.2 --- notebooks/embeddings/poetry.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/notebooks/embeddings/poetry.lock b/notebooks/embeddings/poetry.lock index 4cb27924..9cf4de75 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.42.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.42.2-py2.py3-none-any.whl", hash = "sha256:e2516c7fcd17a11a85cc1999fae58ace0a6458e2b4c1a411ed3d75b1aee2eb93"}, + {file = "streamlit-1.42.2.tar.gz", hash = "sha256:62026dbdcb482790933f658b096d7dd58fa70da89c1f06fbc3658b91dcd4dab2"}, ] [package.dependencies] @@ -1760,23 +1760,23 @@ 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\""} +typing-extensions = ">=4.4.0,<5" +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)"] +snowflake = ["snowflake-connector-python (>=3.3.0)", "snowflake-snowpark-python[modin] (>=1.17.0)"] [[package]] name = "tenacity"