From 03ea34058a137f27941b91535df76fe24fd7126e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 14:03:10 +0200 Subject: [PATCH] Update snowflake-connector-python[pandas] requirement (#172) Updates the requirements on [snowflake-connector-python[pandas]](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/v3.6.0...v3.10.0) --- updated-dependencies: - dependency-name: snowflake-connector-python[pandas] dependency-type: direct:production ... 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 3e49bbf9..abce1693 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "soda-core-snowflake>=3.3.1,<3.4.0", "soda-core-spark[databricks]>=3.3.1,<3.4.0", "soda-core-spark-df>=3.3.1,<3.4.0", - "snowflake-connector-python[pandas]>=3.6,<3.8", + "snowflake-connector-python[pandas]>=3.6,<3.11", "duckdb==0.10.2", "fastjsonschema~=2.19.1", "python-dotenv~=1.0.0",