From b70268d772f1095b87e394c6db31efd12824b57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:19:51 +0000 Subject: [PATCH] chore(deps-dev): update snowflake-connector-python requirement Updates the requirements on [snowflake-connector-python](https://github.com/snowflakedb/snowflake-connector-python) to permit the latest version. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](https://github.com/snowflakedb/snowflake-connector-python/compare/v4.0.0...v4.6.0) --- updated-dependencies: - dependency-name: snowflake-connector-python dependency-version: 4.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index d744868f..796d7657 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.optional-dependencies] snowflake = [ - "snowflake-connector-python>=4,<5", + "snowflake-connector-python>=4.6.0,<5", ] dev = [ "pytest>=9.0.3",