From 3450d32f0fd02db022a7fde2fce8f347e21802fb Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Wed, 23 Jun 2021 14:41:46 +0100 Subject: [PATCH] Bump dependencies (#183) --- setup.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.py b/setup.py index 368ba449..5c117259 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=["target_snowflake"], install_requires=[ 'pipelinewise-singer-python==1.*', - 'snowflake-connector-python[pandas]==2.4.2', + 'snowflake-connector-python[pandas]==2.4.5', 'inflection==0.5.1', 'joblib==1.0.1', 'numpy<1.21.0', @@ -28,10 +28,10 @@ extras_require={ "test": [ "mock==4.0.3", - "pylint==2.7.4", - 'pytest==6.2.3', - 'pytest-cov==2.11.1', - "python-dotenv==0.17.0" + "pylint==2.8.3", + 'pytest==6.2.4', + 'pytest-cov==2.12.1', + "python-dotenv==0.18.0" ] }, entry_points="""