Skip to content

Commit

Permalink
Update PyMySQL to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimon committed May 30, 2024
1 parent 5dd833d commit c02fb44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -13,7 +13,7 @@
'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',
],
Expand Down

0 comments on commit c02fb44

Please sign in to comment.