Skip to content

Commit

Permalink
feat(deps): Update singer-sdk requirement from ~=0.42.1 to ~=0.43.1 (#…
Browse files Browse the repository at this point in the history
…341)

* feat(deps): Update singer-sdk requirement from ~=0.42.1 to ~=0.43.1

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.42.1...v0.43.1)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Ignore SDK deprecation warning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <[email protected]>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Dec 10, 2024
1 parent 4faa97d commit 7d97b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dynamic = [
]
dependencies = [
"requests-cache~=1.0",
"singer-sdk~=0.42.1",
"singer-sdk~=0.43.1",
"toolz~=1.0.0",
]
optional-dependencies.dev = [
Expand Down Expand Up @@ -96,7 +96,6 @@ lint.select = [
"ALL",
]
lint.ignore = [
"ANN101", # missing-type-self
"COM812", # missing-trailing-comma
"DJ", # flake8-django
"FIX002", # line-contains-todo
Expand Down Expand Up @@ -148,6 +147,7 @@ filterwarnings = [
"default:No records returned in stream 'translations:UserWarning",
"default:No records returned in stream 'versions:UserWarning",
"default:No records were available to test:UserWarning",
"default:Use `http_method` instead:singer_sdk.helpers._compat.SingerSDKDeprecationWarning",
]

[tool.mypy]
Expand Down

0 comments on commit 7d97b62

Please sign in to comment.