From cfeeb9132c1440fcaaf70022c7b391b6d044b5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:50:20 +0200 Subject: [PATCH] Bump snowflake-connector-python[secure-local-storage] from 3.11.0 to 3.12.0 (#1380) Bump snowflake-connector-python[secure-local-storage] Bumps [snowflake-connector-python[secure-local-storage]](https://github.com/snowflakedb/snowflake-connector-python) from 3.11.0 to 3.12.0. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v3.11.0...v3.12.0) --- updated-dependencies: - dependency-name: snowflake-connector-python[secure-local-storage] dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5af8f93f6d..c9d22d6ea6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "requirements-parser==0.9.0", "setuptools==70.3.0", 'snowflake.core==0.8.0; python_version < "3.12"', - "snowflake-connector-python[secure-local-storage]==3.11.0", + "snowflake-connector-python[secure-local-storage]==3.12.0", 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', "tomlkit==0.13.0", "typer==0.12.3", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index 563aea512b..37c779d056 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -7,7 +7,7 @@ requests==2.32.3 requirements-parser==0.9.0 setuptools==70.3.0 snowflake.core==0.8.0; python_version < "3.12" -snowflake-connector-python[secure-local-storage]==3.11.0 +snowflake-connector-python[secure-local-storage]==3.12.0 snowflake-snowpark-python>=1.15.0;python_version < "3.12" tomlkit==0.13.0 typer==0.12.3