Skip to content

Commit 4f33dc0

Browse files
feat(deps): bump snowflake-sqlalchemy from 1.6.1 to 1.7.0
Bumps [snowflake-sqlalchemy](https://github.com/snowflakedb/snowflake-sqlalchemy) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/snowflakedb/snowflake-sqlalchemy/releases) - [Commits](snowflakedb/snowflake-sqlalchemy@v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: snowflake-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 075cc6f commit 4f33dc0

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Diff for: poetry.lock

+7-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ packages = [
1717
[tool.poetry.dependencies]
1818
python = ">=3.9"
1919
cryptography = ">=40,<44"
20-
snowflake-sqlalchemy = "~=1.6.1"
20+
snowflake-sqlalchemy = "~=1.7.0"
2121
snowflake-connector-python = { version = "<4.0.0", extras = ["secure-local-storage"] }
2222
sqlalchemy = "~=2.0.31"
2323

0 commit comments

Comments
 (0)