From a34a9e147ae280a64f11235f0c5e069f5768a697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 22:55:26 +0000 Subject: [PATCH] Build(deps): Bump snowflake-connector-python from 2.2.5 to 3.0.2 Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 2.2.5 to 3.0.2. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v2.2.5...v3.0.2) --- updated-dependencies: - dependency-name: snowflake-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f3eaa00..2695e29 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'singer-target-postgres==0.2.4', 'target-redshift==0.2.4', 'botocore<1.13.0,>=1.12.253', - 'snowflake-connector-python==2.2.5' + 'snowflake-connector-python==3.0.2' ], setup_requires=[ "pytest-runner"