From f27da60135b28d956f04d90e1846f101e6b7ea21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 22:54:49 +0000 Subject: [PATCH] Bump snowflake-connector-python from 2.1.3 to 3.0.2 Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 2.1.3 to 3.0.2. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v2.1.3...v3.0.2) --- updated-dependencies: - dependency-name: snowflake-connector-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_all_ds.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_all_ds.txt b/requirements_all_ds.txt index 3b1eb21a64..dec2e99ee4 100644 --- a/requirements_all_ds.txt +++ b/requirements_all_ds.txt @@ -27,7 +27,7 @@ qds-sdk>=1.9.6 # ibm-db>=2.0.9 pydruid==0.5.7 requests_aws_sign==0.1.5 -snowflake-connector-python==2.1.3 +snowflake-connector-python==3.0.2 phoenixdb==0.7 # certifi is needed to support MongoDB and SSL: certifi>=2019.9.11