diff --git a/poetry.lock b/poetry.lock index cf938da..7e93785 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1569,13 +1569,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] @@ -1583,7 +1583,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]] @@ -1793,4 +1793,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "215535b0edfaa15ea1f32ca9e5b58e6a1af91c42b69446a5b18ffc05162d30c2" +content-hash = "5a73e8effd0cbbce40bfee6abc7be235ce0a1c61c309a80a13f5e4e4e444a3eb" diff --git a/pyproject.toml b/pyproject.toml index 3783efa..7c43f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9" cryptography = ">=40" -snowflake-sqlalchemy = "==1.7.1" +snowflake-sqlalchemy = "==1.7.2" snowflake-connector-python = { version = "<4.0.0", extras = ["secure-local-storage"] } sqlalchemy = "~=2.0.31"