Skip to content

Commit

Permalink
feat(deps): bump snowflake-sqlalchemy from 1.6.1 to 1.7.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 075cc6f commit 4f33dc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.9"
cryptography = ">=40,<44"
snowflake-sqlalchemy = "~=1.6.1"
snowflake-sqlalchemy = "~=1.7.0"
snowflake-connector-python = { version = "<4.0.0", extras = ["secure-local-storage"] }
sqlalchemy = "~=2.0.31"

Expand Down

0 comments on commit 4f33dc0

Please sign in to comment.