From ffd8893ff57c1cedbe631d7ef20706521fde6fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:45:33 +0000 Subject: [PATCH] Bump snowflake-sqlalchemy from 1.7.0 to 1.7.1 (#580) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Great Expectations Co-authored-by: William Shin --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index ef2812b6..5716310b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2220,13 +2220,13 @@ secure-local-storage = ["keyring (>=23.1.0,<26.0.0)"] [[package]] name = "snowflake-sqlalchemy" -version = "1.7.0" +version = "1.7.1" description = "Snowflake SQLAlchemy Dialect" optional = false python-versions = ">=3.8" files = [ - {file = "snowflake_sqlalchemy-1.7.0-py3-none-any.whl", hash = "sha256:96de0f8a657c215794e178cc7df2dcf2b7d09379dfae259181c48acb9a0c2838"}, - {file = "snowflake_sqlalchemy-1.7.0.tar.gz", hash = "sha256:b1c12a4a30f714c2e93ae4221733f2975d5d305d2046cb400cb90ff86ca48f71"}, + {file = "snowflake_sqlalchemy-1.7.1-py3-none-any.whl", hash = "sha256:eecb63e6830e7fec2a0fc5c583c0e9903fe1b2ea40bcac974e03932cd24662f2"}, + {file = "snowflake_sqlalchemy-1.7.1.tar.gz", hash = "sha256:a06b78d8b83ca74318e6fbb2982b9fbd9ce99e202f502c1f6af7ba69d05da1f5"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index 2d3cedeb..2e457336 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "great_expectations_cloud" -version = "20241127.1.dev0" +version = "20241204.0.dev0" description = "Great Expectations Cloud" authors = ["The Great Expectations Team "] repository = "https://github.com/great-expectations/cloud"