From b0f7be26ad8ab161660bc11acd83bde3de9bf3e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 17:32:37 +0000 Subject: [PATCH] Bump snowflake-connector-python from 2.1.3 to 2.8.3 Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 2.1.3 to 2.8.3. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v2.1.3...v2.8.3) --- 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 5e24e17640..f0adf03306 100644 --- a/requirements_all_ds.txt +++ b/requirements_all_ds.txt @@ -26,7 +26,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==2.8.3 phoenixdb==0.7 # certifi is needed to support MongoDB and SSL: certifi>=2019.9.11