From acc96966e1a666fb8685766f5965c267e9f0eed0 Mon Sep 17 00:00:00 2001 From: Louis Pieterse Date: Thu, 9 May 2024 13:52:41 +0100 Subject: [PATCH] Bump dependency versions --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 58ec161..52dfd90 100644 --- a/setup.py +++ b/setup.py @@ -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' ] },