Skip to content

Commit

Permalink
chore(deps): bump singer-sdk from 0.28.0 to 0.34.0 (#130)
Browse files Browse the repository at this point in the history
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.28.0 to 0.34.0.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.28.0...v0.34.0)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pat Nadolny <[email protected]>
  • Loading branch information
dependabot[bot] and pnadolny13 authored Jan 23, 2024
1 parent 30db1b1 commit f0ccaff
Show file tree
Hide file tree
Showing 2 changed files with 90 additions and 31 deletions.
117 changes: 88 additions & 29 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "<3.12,>=3.7.1"
requests = "^2.31.0"
singer-sdk = ">=0.27,<0.29"
singer-sdk = ">=0.27,<0.35"

[tool.poetry.dev-dependencies]
pytest = "^7.4.1"
singer-sdk = {version = ">=0.27,<0.29", extras = ["testing"]}
singer-sdk = {version = ">=0.27,<0.35", extras = ["testing"]}

[tool.isort]
profile = "black"
Expand Down

0 comments on commit f0ccaff

Please sign in to comment.