Skip to content

Commit

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

---
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 and edgarrmondragon committed Dec 30, 2024
1 parent 48d01d7 commit b58cf14
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -26,15 +26,15 @@ urls.repository = "https://github.com/edgarrmondragon/tap-planetscalepi"
[tool.poetry.dependencies]
python = ">=3.9"
fs-s3fs = { version = "~=1.1.1", optional = true }
singer-sdk = "~=0.42.0"
singer-sdk = "~=0.43.1"
requests = "~=2.32.0"
toolz = "~=1.0.0"

[tool.poetry.group.dev.dependencies]
mypy = "~=1.14.1"
pytest = ">=7.4.0"
requests-cache = ">=1.1.1,<1.3.0"
singer-sdk = { version = "~=0.42.0", extras = ["testing"] }
singer-sdk = { version = "~=0.43.1", extras = ["testing"] }
types-requests = "~=2.31.0.6"

[tool.poetry.extras]
@@ -88,5 +88,6 @@ filterwarnings = [
"default:Fields in transformed catalog but not in records:UserWarning",
"ignore:No records returned in stream:UserWarning",
"ignore:No records were available to test:UserWarning",
"default:Use `http_method` instead:singer_sdk.helpers._compat.SingerSDKDeprecationWarning",
]
xfail_strict = true

0 comments on commit b58cf14

Please sign in to comment.