Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump snowflake-sqlalchemy from 1.4.7 to 1.5.1 #137

Merged
merged 2 commits into from
Nov 28, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Do not increase range
edgarrmondragon committed Nov 28, 2023
commit 3b8c8bdb80d6ce7c146dcf30e6d4f1daa1a44f3a
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion 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
@@ -15,7 +15,7 @@ packages = [

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