From 69d950e686a20f91c1882719fc6d03ac97a7669d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 22:16:38 +0000 Subject: [PATCH] Bump mysql-replication from 0.43 to 1.0.2 Bumps [mysql-replication](https://github.com/julien-duponchelle/python-mysql-replication) from 0.43 to 1.0.2. - [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.2) --- 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 59f9965..4791433 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.2', 'PyMySQL==1.1.*', 'plpygis==0.2.1', 'tzlocal==2.1',