Skip to content

Commit

Permalink
Update pymysql 1.1.1 (#157)
Browse files Browse the repository at this point in the history
* Update PyMySQL to 1.1.1
  • Loading branch information
cosimon authored Oct 30, 2024
1 parent de8d906 commit 04d2ed9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,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']
Expand Down

0 comments on commit 04d2ed9

Please sign in to comment.