Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-pie committed May 9, 2024
1 parent 75a56e1 commit acc9696
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
],
py_modules=['tap_mysql'],
install_requires=[
'pendulum==2.1.2',
'pendulum==3.0.0',
'pipelinewise-singer-python==1.*',
'mysql-replication==0.43',
'mysql-replication==1.0.8',
'PyMySQL==1.1.*',
'plpygis==0.2.1',
'tzlocal==2.1',
'tzlocal==5.2',
],
extras_require={
'test': [
'nose==1.3.*',
'pylint==2.13.2',
'pylint==3.1.0',
'nose-cov==1.6'
]
},
Expand Down

0 comments on commit acc9696

Please sign in to comment.