From adfc6cd2a4da85ba3a356079bf7ab45cb3c87fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:46:02 +0000 Subject: [PATCH] Bump snowflake-connector-python[pandas] from 3.5.0 to 3.8.1 Bumps [snowflake-connector-python[pandas]](https://github.com/snowflakedb/snowflake-connector-python) from 3.5.0 to 3.8.1. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v3.5.0...v3.8.1) --- updated-dependencies: - dependency-name: snowflake-connector-python[pandas] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 03250de8..d55b7649 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ python_requires='>=3.7', install_requires=[ 'pipelinewise-singer-python>=1,<3', - 'snowflake-connector-python[pandas]==3.5.0', + 'snowflake-connector-python[pandas]==3.8.1', 'inflection==0.5.1', 'joblib==1.2.0', 'boto3==1.28.9',