From 04d2ed98c5cf4386a121465528de81ed908759b2 Mon Sep 17 00:00:00 2001 From: Collin Simon Date: Wed, 30 Oct 2024 20:40:27 +0100 Subject: [PATCH] Update pymysql 1.1.1 (#157) * Update PyMySQL to 1.1.1 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index d7a9d08..0a062ab 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-mysql', - version='1.17.5', + version='1.17.6', description='Singer.io tap for extracting data from MySQL', author='Stitch', url='https://singer.io', @@ -13,9 +13,9 @@ 'attrs==16.3.0', 'pendulum==1.2.0', 'singer-python==5.9.0', - 'PyMySQL==0.9.3', + 'PyMySQL==1.1.1', 'backoff==1.8.0', - 'mysql-replication==0.22', + 'mysql-replication==0.24', ], extras_require={ 'dev': ['pylint==2.8.3']