Skip to content

Commit

Permalink
feat(deps): Bump singer-sdk from 0.34.1 to 0.35.0
Browse files Browse the repository at this point in the history
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.34.1 to 0.35.0.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.34.1...v0.35.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 9a2e86d commit 2764eb7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 34 deletions.
43 changes: 11 additions & 32 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 @@ -23,11 +23,11 @@ documentation = "https://github.com/edgarrmondragon/tap-geekbot#readme"

[tool.poetry.dependencies]
python = ">=3.8"
singer-sdk = "~=0.34.0"
singer-sdk = "~=0.35.0"

[tool.poetry.group.dev.dependencies]
pytest = "~=8.0"
singer-sdk = {version = "~=0.34.0", extras = ["testing"]}
singer-sdk = {version = "~=0.35.0", extras = ["testing"]}

[tool.poetry.scripts]
# CLI declaration
Expand Down

0 comments on commit 2764eb7

Please sign in to comment.