From 4d80181282267bc5946fcbee411358fef0361e6d Mon Sep 17 00:00:00 2001 From: Collin Simon Date: Wed, 30 Oct 2024 19:50:25 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 12dd134..0a062ab 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'singer-python==5.9.0', 'PyMySQL==1.1.1', 'backoff==1.8.0', - 'mysql-replication==0.22', + 'mysql-replication==0.24', ], extras_require={ 'dev': ['pylint==2.8.3']