From b27066c98e76c6e68f386e8129f12b3ef553aa8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:29:06 +0000 Subject: [PATCH] Bump mysql-replication from 0.43 to 0.44.0 Bumps [mysql-replication](https://github.com/julien-duponchelle/python-mysql-replication) from 0.43 to 0.44.0. - [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...0.44.0) --- updated-dependencies: - dependency-name: mysql-replication dependency-type: direct:production update-type: version-update:semver-minor ... 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..2d6df36 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==0.44.0', 'PyMySQL==1.1.*', 'plpygis==0.2.1', 'tzlocal==2.1',