From 8d553755629928c4666708b1a302d589cac5f4c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 16:49:53 +0000 Subject: [PATCH] Bump mysql-connector-python in /samples/metadataIngest Bumps [mysql-connector-python](https://github.com/mysql/mysql-connector-python) from 8.0.23 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.0.23...9.1.0) --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/metadataIngest/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/metadataIngest/requirements.txt b/samples/metadataIngest/requirements.txt index 6181b0c..6911158 100644 --- a/samples/metadataIngest/requirements.txt +++ b/samples/metadataIngest/requirements.txt @@ -1,2 +1,2 @@ -mysql-connector-python==8.0.23 +mysql-connector-python==9.1.0 pyapacheatlas>=0.4.0