Skip to content

Commit

Permalink
chore(deps): bump snowflake-sqlalchemy from 1.4.7 to 1.5.1 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 28, 2023
1 parent feabe2b commit f272d5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ updates:
schedule:
interval: "daily"
commit-message:
prefix: "chore(deps): "
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
8 changes: 4 additions & 4 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 @@ -15,7 +15,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.7.1,<3.12"
snowflake-sqlalchemy = "~=1.4.7"
snowflake-sqlalchemy = "~=1.5.1"
singer-sdk = "~=0.30.0"
cryptography = ">=40,<42"

Expand Down

0 comments on commit f272d5d

Please sign in to comment.