Skip to content

Commit

Permalink
chore(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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 3337f87 commit adaefca
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 @@ -16,13 +16,13 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8,<3.12"
singer-sdk = { version=">=0.31.1,<0.35.0" }
singer-sdk = { version=">=0.31.1,<0.36.0" }
ibm-db-sa = "0.4.0"
sqlalchemy = "2.0.25"

[tool.poetry.group.dev.dependencies]
pytest = "7.4.4"
singer-sdk = { version=">=0.31.1,<0.35.0", extras = ["testing"] }
singer-sdk = { version=">=0.31.1,<0.36.0", extras = ["testing"] }
black = "23.12.1"
deptry = "0.12.0"
faker = "21.0.0"
Expand Down

0 comments on commit adaefca

Please sign in to comment.