From a518e516d24b5e0de98d3317fd8e18d1db17302e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:53:07 +0000 Subject: [PATCH] Bump snowflake-connector-python[secure-local-storage] from 3.12.1 to 3.12.2 (#1578) 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] 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 c5af7b3ff..3cce7b92a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "requirements-parser==0.11.0", "setuptools==74.1.2", 'snowflake.core==0.12.1; 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 fef6d3e83..9b169cd7a 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.12.1; 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