From df22ad19b0c71b7b46726b0793afc2e5192b2893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:37:14 +0000 Subject: [PATCH] feat(deps): bump snowflake-sqlalchemy in the runtime-dependencies group Bumps the runtime-dependencies group with 1 update: [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy). Updates `snowflake-sqlalchemy` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/snowflakedb/snowflake-sqlalchemy/releases) - [Commits](https://github.com/snowflakedb/snowflake-sqlalchemy/compare/v1.7.1...v1.7.2) --- updated-dependencies: - dependency-name: snowflake-sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: runtime-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c8d735..577c8e6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1582,13 +1582,13 @@ secure-local-storage = ["keyring (>=23.1.0,<26.0.0)"] [[package]] name = "snowflake-sqlalchemy" -version = "1.7.1" +version = "1.7.2" description = "Snowflake SQLAlchemy Dialect" optional = false python-versions = ">=3.8" files = [ - {file = "snowflake_sqlalchemy-1.7.1-py3-none-any.whl", hash = "sha256:eecb63e6830e7fec2a0fc5c583c0e9903fe1b2ea40bcac974e03932cd24662f2"}, - {file = "snowflake_sqlalchemy-1.7.1.tar.gz", hash = "sha256:a06b78d8b83ca74318e6fbb2982b9fbd9ce99e202f502c1f6af7ba69d05da1f5"}, + {file = "snowflake_sqlalchemy-1.7.2-py3-none-any.whl", hash = "sha256:db4e5350e469adbbda034d6bd1c948c5a3e88994405483ee9a76caf18cbe9958"}, + {file = "snowflake_sqlalchemy-1.7.2.tar.gz", hash = "sha256:083f9113ce5b7e9fb21ca6d748aee210117f6f2bd767f08415471796fc42ad37"}, ] [package.dependencies] @@ -1596,7 +1596,7 @@ snowflake-connector-python = "<4.0.0" sqlalchemy = ">=1.4.19" [package.extras] -development = ["mock", "numpy", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-timeout", "pytz", "syrupy (==4.6.1)"] +development = ["mock", "numpy", "pre-commit", "pytest", "pytest-cov", "pytest-rerunfailures", "pytest-timeout", "pytz", "setuptools", "syrupy (==4.6.1)"] pandas = ["snowflake-connector-python[pandas]"] [[package]]