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

Commit

Permalink
Bump dependencies (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jun 23, 2021
1 parent 9b90754 commit 3450d32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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="""
Expand Down

0 comments on commit 3450d32

Please sign in to comment.