From 1304e57c0dde8ff9f4a7f4170d27f511edaa6084 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 00:39:23 +0000 Subject: [PATCH] Bump mysql-replication from 0.43 to 1.0.9 Bumps [mysql-replication](https://github.com/julien-duponchelle/python-mysql-replication) from 0.43 to 1.0.9. - [Changelog](https://github.com/julien-duponchelle/python-mysql-replication/blob/main/CHANGELOG) - [Commits](https://github.com/julien-duponchelle/python-mysql-replication/compare/0.43.0...1.0.9) --- updated-dependencies: - dependency-name: mysql-replication dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 58ec161..cde25ab 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ install_requires=[ 'pendulum==2.1.2', 'pipelinewise-singer-python==1.*', - 'mysql-replication==0.43', + 'mysql-replication==1.0.9', 'PyMySQL==1.1.*', 'plpygis==0.2.1', 'tzlocal==2.1',