From 7ee2096ea24910dd8d13d330462daadfc2558310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Apr 2025 14:53:37 +0000 Subject: [PATCH] Bump mysql-connector-python from 8.2.0 to 9.1.0 in /askme Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.2.0 to 9.1.0. - [Changelog](https://github.com/mysql/mysql-connector-python/blob/trunk/CHANGES.txt) - [Commits](https://github.com/mysql/mysql-connector-python/compare/8.2.0...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-version: 9.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- askme/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/askme/requirements.txt b/askme/requirements.txt index 9581e88..8b88bfb 100644 --- a/askme/requirements.txt +++ b/askme/requirements.txt @@ -1,3 +1,3 @@ -mysql-connector-python==8.2.0 +mysql-connector-python==9.1.0 oci==2.146.0 streamlit==1.42.2