From 5dc81dddbd21ac01ad32d11632ac8e02ea1cfcaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:29:16 +0200 Subject: [PATCH] Bump snowflake-connector-python[secure-local-storage] from 3.12.0 to 3.12.1 (#1492) Bump snowflake-connector-python[secure-local-storage] Bumps [snowflake-connector-python[secure-local-storage]](https://github.com/snowflakedb/snowflake-connector-python) from 3.12.0 to 3.12.1. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v3.12.0...v3.12.1) --- 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] 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 e609adb1ec..5c91eb38ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "requirements-parser==0.10.2", "setuptools==70.3.0", 'snowflake.core==0.8.0; python_version < "3.12"', - "snowflake-connector-python[secure-local-storage]==3.12.0", + "snowflake-connector-python[secure-local-storage]==3.12.1", 'snowflake-snowpark-python>=1.15.0;python_version < "3.12"', "tomlkit==0.13.2", "typer==0.12.4", diff --git a/snyk/requirements.txt b/snyk/requirements.txt index d898f07e06..8f783fa0c0 100644 --- a/snyk/requirements.txt +++ b/snyk/requirements.txt @@ -7,7 +7,7 @@ requests==2.32.3 requirements-parser==0.10.2 setuptools==70.3.0 snowflake.core==0.8.0; python_version < "3.12" -snowflake-connector-python[secure-local-storage]==3.12.0 +snowflake-connector-python[secure-local-storage]==3.12.1 snowflake-snowpark-python>=1.15.0;python_version < "3.12" tomlkit==0.13.2 typer==0.12.4