Skip to content

Commit

Permalink
Update all dependencies to their latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenzer committed Sep 6, 2024
1 parent 6f126a6 commit 8718f8d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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',
'pipelinewise-singer-python==1.*',
'mysql-replication==0.43',
'PyMySQL==1.1.*',
'plpygis==0.2.1',
'tzlocal==2.1',
'pendulum==3.0.0',
'pipelinewise-singer-python==2.0.1',
'mysql-replication==1.0.9',
'PyMySQL==1.1.1',
'plpygis==0.5.4',
'tzlocal==5.2',
],
extras_require={
'test': [
'nose==1.3.*',
'pylint==2.13.2',
'nose==1.3.7',
'pylint==3.2.7',
'nose-cov==1.6'
]
},
Expand Down

0 comments on commit 8718f8d

Please sign in to comment.