From 56fb5d4e1e97df3de993142cacf170feb5f12ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 17:55:10 +0530 Subject: [PATCH] security(deps-dev): bump the snowflake-features group with 2 updates (#592) Updates the requirements on [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) and [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `snowflake-connector-python` to 4.5.0 - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v3.0.0...v4.5.0) Updates `cryptography` to 48.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4...48.0.0) --- updated-dependencies: - dependency-name: snowflake-connector-python dependency-version: 4.5.0 dependency-type: direct:development dependency-group: snowflake-features - dependency-name: cryptography dependency-version: 48.0.0 dependency-type: direct:development dependency-group: snowflake-features ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7806846c..7710521d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,7 @@ llm-all = [ parse-docling = ["docling>=1.0.0"] # ---- Database Connectors ---- -db-snowflake = ["snowflake-connector-python>=3.0.0", "cryptography>=3.4.0"] +db-snowflake = ["snowflake-connector-python>=4.5.0", "cryptography>=48.0.0"] db-arrow = ["pyarrow>=10.0.0"] ingest-parquet = ["pyarrow>=10.0.0"]