Skip to content

Commit

Permalink
Bump singer-sdk from 0.36.1 to 0.38.0
Browse files Browse the repository at this point in the history
Bumps [singer-sdk](https://github.com/meltano/sdk) from 0.36.1 to 0.38.0.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.36.1...v0.38.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 Jun 17, 2024
1 parent 379374b commit 8830fb3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
27 changes: 19 additions & 8 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 @@ -15,7 +15,7 @@ packages = [

[tool.poetry.dependencies]
python = "<3.12,>=3.8.0"
singer-sdk = { version=">=0.28,<0.37" }
singer-sdk = { version=">=0.28,<0.39" }
fs-s3fs = { version = "^1.1.1", optional = true }
clickhouse-sqlalchemy = { git = "https://github.com/xzkostyan/clickhouse-sqlalchemy.git", rev = "7ad94b0" }

Expand All @@ -25,7 +25,7 @@ simplejson = "^3.19.2"
pytest = "^7.4.3"
tox = "^3.25.0"
ruff = "^0.1.3"
singer-sdk = { version=">=0.28,<0.37", extras = ["testing"] }
singer-sdk = { version=">=0.28,<0.39", extras = ["testing"] }
types-simplejson = "^3.19.0.1"
types-setuptools = "^69.2.0.20240317"
pre-commit = "^3.5.0"
Expand Down

0 comments on commit 8830fb3

Please sign in to comment.