Skip to content

Commit

Permalink
Bump singer-sdk from 0.34.1 to 0.36.1
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.36.1.
- [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.36.1)

---
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 Mar 14, 2024
1 parent 8ad2a50 commit 70ba9d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 27 deletions.
40 changes: 15 additions & 25 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.35" }
singer-sdk = { version=">=0.28,<0.37" }
fs-s3fs = { version = "^1.1.1", optional = true }
clickhouse-sqlalchemy = "^0.3.0"
simplejson = "^3.19.2"
Expand All @@ -24,7 +24,7 @@ simplejson = "^3.19.2"
pytest = "^7.4.4"
tox = "^4.12.1"
ruff = "^0.1.14"
singer-sdk = { version=">=0.28,<0.35", extras = ["testing"] }
singer-sdk = { version=">=0.28,<0.37", extras = ["testing"] }
types-simplejson = "^3.19.0.1"
types-setuptools = "^69.0.0.20240115"
pre-commit = "^3.5.0"
Expand Down

0 comments on commit 70ba9d5

Please sign in to comment.