Skip to content

Commit

Permalink
feat(deps): Update singer-sdk requirement from ~=0.37.0a4 to ~=0.38.0a2
Browse files Browse the repository at this point in the history
Updates the requirements on [singer-sdk](https://github.com/meltano/sdk) to permit the latest version.
- [Release notes](https://github.com/meltano/sdk/releases)
- [Changelog](https://github.com/meltano/sdk/blob/main/CHANGELOG.md)
- [Commits](meltano/sdk@v0.37.0a4...v0.38.0a2)

---
updated-dependencies:
- dependency-name: singer-sdk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 27, 2024
1 parent 0bc9c3d commit 1bc8ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = [
]
dependencies = [
"requests~=2.31",
"singer-sdk~=0.37.0a4",
"singer-sdk~=0.38.0a2",
]
optional-dependencies.dev = [
"tap-polarsh[testing,typing]",
Expand Down

0 comments on commit 1bc8ec3

Please sign in to comment.