From d3e8dad995f75738bd9001f89a8d618e013be42f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Aug 2022 06:10:44 +0000 Subject: [PATCH] Bump streamlit from 0.78.0 to 1.11.1 Bumps [streamlit](https://github.com/streamlit/streamlit) from 0.78.0 to 1.11.1. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/0.78.0...1.11.1) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 465f7fd..920bf89 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ loguru = "*" requests = "*" neo4j-driver = "==1.7.6" gseapy = "==0.9.16" -streamlit = "==0.78.0" +streamlit = "==1.11.1" tqdm = "*" pillow = "*" click = "==8"