Skip to content

Commit

Permalink
feat(deps): bump singer-sdk from 0.32.0 to 0.33.0 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Oct 17, 2023
1 parent d2ee1d2 commit b3bac66
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 11 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ updates:
commit-message:
prefix: "feat(deps): "
prefix-development: "chore(deps-dev): "
versioning-strategy: increase-if-necessary
- package-ecosystem: pip
directory: "/.github/workflows"
schedule:
Expand Down
22 changes: 17 additions & 5 deletions poetry.lock

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

12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ repository = "https://github.com/edgarrmondragon/tap-dbt"
keywords = ["singer.io", "elt", "dbt", "singer-sdk"]

[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
pyyaml = "^6.0"
singer-sdk = "~=0.32.0"
python = ">=3.7.1,<4"
pyyaml = "~=6.0"
singer-sdk = "~=0.33.0"

[tool.poetry.group.dev.dependencies]
faker = ">=17.6,<19.0"
pytest = "^7.2.2"
responses = "^0.23.1"
faker = ">=17.6"
pytest = "~=7.4"
responses = "~=0.23.1"

[tool.poetry.scripts]
tap-dbt = 'tap_dbt.tap:cli'
Expand Down

0 comments on commit b3bac66

Please sign in to comment.