From cb6163ae57bf7997e568a6fcaead59f489bb3895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:38:41 +0000 Subject: [PATCH] Bump snowflake-connector-python from 4.3.0 to 4.5.0 Bumps [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) from 4.3.0 to 4.5.0. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v4.3.0...v4.5.0) --- updated-dependencies: - dependency-name: snowflake-connector-python dependency-version: 4.5.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de7cd12..ad24e16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -76,7 +76,7 @@ sftp-client = [ ] snowflake-client = [ "nypl_py_utils[log-helper]", - "snowflake-connector-python==4.3.0" + "snowflake-connector-python==4.5.0" ] config-helper = [ "nypl_py_utils[kms-client,log-helper]",