From f163c04a6d735a3c8daa34f37ec9df2fe9b9542e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 06:36:53 +0000 Subject: [PATCH] build(deps-dev): bump streamlit from 1.26.0 to 1.27.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.26.0 to 1.27.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.26.0...1.27.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e85c0a4fe..db8cdc53d 100644 --- a/setup.py +++ b/setup.py @@ -143,7 +143,7 @@ def merge_req_lists(*req_lists: List[str]) -> List[str]: "uvicorn==0.23.1", "websockets==11.0.2", "locust==2.16.1", - "streamlit==1.26.0", + "streamlit==1.27.0", "streamlit-chat==0.1.1", ]