From 2cd26f2dffb3b70c88641d5440e4e5c4a1e83fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 18:02:27 +0000 Subject: [PATCH] Bump streamlit from 1.22.0 to 1.30.0 Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.22.0 to 1.30.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.22.0...1.30.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0beeb17..c74b815 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ openai==0.27.6 tiktoken==0.3.3 -streamlit==1.22.0 \ No newline at end of file +streamlit==1.30.0 \ No newline at end of file diff --git a/setup.py b/setup.py index 4821cac..f9a2587 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ install_requires=[ 'openai==0.27.6', 'tiktoken==0.3.3', - 'streamlit==1.22.0' + 'streamlit==1.30.0' ], py_modules=['gptgladiator'], author='Will Jessup',