From f86335cfd83be6afe8a867d3612dfd42eed3dcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:48:39 +0000 Subject: [PATCH] Build(deps): Bump streamlit from 1.34.0 to 1.35.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.34.0 to 1.35.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.34.0...1.35.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index edc0589..d933d64 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1874,13 +1874,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] @@ -2077,4 +2077,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "688d623df9b9210ccd16d500c2716c168fafa54bab1e1244f549f1f3505b3a45" +content-hash = "25895b80285fd09ce1e19ca3ce0cd1ad4b0db0570c310adfdf8d0e194c2902f1" diff --git a/pyproject.toml b/pyproject.toml index ca4e6c6..0f0dfb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ python-dotenv = "^1.0.1" matplotlib = "^3.9.2" pandas = "^2.2.2" pydantic = "^2.8.2" -streamlit = "^1.34,<1.35" +streamlit = ">=1.34,<2.0" streamlit-searchbox = "^0.1.14" folium = "^0.17.0" watchdog = ">=4.0.2,<6.0.0"