diff --git a/machine-learning/hm-streamlit/applications/map/poetry.lock b/machine-learning/hm-streamlit/applications/map/poetry.lock index 8e750bb0a7..5173cc03eb 100644 --- a/machine-learning/hm-streamlit/applications/map/poetry.lock +++ b/machine-learning/hm-streamlit/applications/map/poetry.lock @@ -1077,13 +1077,13 @@ files = [ [[package]] name = "streamlit" -version = "1.34.0" +version = "1.35.0" description = "A faster way to build and share data apps" optional = false python-versions = "!=3.9.7,>=3.8" files = [ - {file = "streamlit-1.34.0-py2.py3-none-any.whl", hash = "sha256:411183cf7f525e468eb256b343c914782d11cd894b5e30a4ab3bb1d54e3ae339"}, - {file = "streamlit-1.34.0.tar.gz", hash = "sha256:135a3b79a686b3132b73f204450ad6e889de04f3349d692925e09f0e21e74b52"}, + {file = "streamlit-1.35.0-py2.py3-none-any.whl", hash = "sha256:e17d1d86830a0d7687c37faf2fe47bffa752d0c95a306e96d7749bd3faa72a5b"}, + {file = "streamlit-1.35.0.tar.gz", hash = "sha256:679d55bb6189743f606abf0696623df0bfd223a6d0c8d96b8d60678d4891d2d6"}, ] [package.dependencies] @@ -1259,4 +1259,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = "3.12.x" -content-hash = "5d32eae7b5d1440b9f9daf9bcab5a8affae74b6f51062bf680e4b5c497410dba" +content-hash = "26c3e9a2bb46674a49d72be3d4cc7a7e13bf2f78fe1be022a3d39402ab419dcd" diff --git a/machine-learning/hm-streamlit/applications/map/pyproject.toml b/machine-learning/hm-streamlit/applications/map/pyproject.toml index 2f8debeeac..4a596f2964 100644 --- a/machine-learning/hm-streamlit/applications/map/pyproject.toml +++ b/machine-learning/hm-streamlit/applications/map/pyproject.toml @@ -8,7 +8,7 @@ authors = ["Hongbo Miao"] python = "3.12.x" numpy = "1.26.4" pandas = "2.2.2" -streamlit = "1.34.0" +streamlit = "1.35.0" [tool.poetry.group.dev.dependencies] poethepoet = "0.26.1"