From b9e320196c3fbb7df38479c94a52732f40053802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 16:53:01 +0000 Subject: [PATCH] Bump snowflake-connector-python[secure-local-storage] Bumps [snowflake-connector-python[secure-local-storage]](https://github.com/snowflakedb/snowflake-connector-python) from 3.12.1 to 3.12.2. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v3.12.1...v3.12.2) --- updated-dependencies: - dependency-name: snowflake-connector-python[secure-local-storage] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- snyk/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b3cb6bc11..5be869951 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "requirements-parser==0.11.0", "setuptools==74.1.2", 'snowflake.core==0.8.0; python_version < "3.12"', - "snowflake-connector-python[secure-local-storage]==3.12.1", + "snowflake-connector-python[secure-local-storage]==3.12.2", 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', "tomlkit==0.13.2", "typer==0.12.5", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index a6364e6bc..817ccc7a0 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -7,7 +7,7 @@ requests==2.32.3 requirements-parser==0.11.0 setuptools==74.1.2 snowflake.core==0.8.0; python_version < "3.12" -snowflake-connector-python[secure-local-storage]==3.12.1 +snowflake-connector-python[secure-local-storage]==3.12.2 snowflake-snowpark-python>=1.15.0;python_version < "3.12" tomlkit==0.13.2 typer==0.12.5