From ca4d7b032c465f88e1ae971c457279f6e5251f1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:52:00 +0000 Subject: [PATCH] build(deps): bump mysql-connector-python from 8.3.0 to 9.0.0 Bumps [mysql-connector-python](http://dev.mysql.com/doc/connector-python/en/index.html) from 8.3.0 to 9.0.0. --- updated-dependencies: - dependency-name: mysql-connector-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f2c46e0..0dd3b06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ h5py == 3.10.0 jupyter == 1.0.0 keras == 3.3.3 matplotlib == 3.8.4 -mysql-connector-python == 8.3.0 +mysql-connector-python == 9.0.0 notebook == 7.1.3 numpy == 1.26.4 pandas == 2.2.1