From 927e9b41c63877a8db534cc78274a574bd925890 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 17:42:20 +0800 Subject: [PATCH] chore(deps): bump streamlit from 1.32.0 to 1.37.0 in /keyboard-monitor (#34) Bumps [streamlit](https://github.com/streamlit/streamlit) from 1.32.0 to 1.37.0. - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.32.0...1.37.0) --- updated-dependencies: - dependency-name: streamlit dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- keyboard-monitor/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keyboard-monitor/requirements.txt b/keyboard-monitor/requirements.txt index 00193fe..978f796 100644 --- a/keyboard-monitor/requirements.txt +++ b/keyboard-monitor/requirements.txt @@ -2,5 +2,5 @@ SQLAlchemy==2.0.28 mysqlclient==2.2.4 pynput==1.7.6 python-dotenv==1.0.1 -streamlit==1.32.0 +streamlit==1.37.0 tzlocal==5.2