Skip to content

Commit

Permalink
build(deps): Bump singer-sdk from 0.34.1 to 0.35.0 (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 670ff05 commit a010289
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 37 deletions.
43 changes: 11 additions & 32 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 @@ -38,7 +38,7 @@ sqlalchemy = "<2"
sshtunnel = "0.4.0"

[tool.poetry.dependencies.singer-sdk]
version = "~=0.34.0"
version = "~=0.35.0"

[tool.poetry.group.dev.dependencies]
faker = ">=18.5.1"
Expand Down Expand Up @@ -112,7 +112,7 @@ banned-from = ["sqlalchemy"]
[tool.ruff.lint.flake8-import-conventions.extend-aliases]
sqlalchemy = "sa"

[tool.ruff.per-file-ignores]
[tool.ruff.lint.per-file-ignores]
"tests/*" = [
"D",
]
Expand Down
2 changes: 1 addition & 1 deletion tap_postgres/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def catalog(self) -> Catalog:
)
return new_catalog

def discover_streams(self) -> Sequence[Stream]: # type: ignore[override]
def discover_streams(self) -> Sequence[Stream]:
"""Initialize all available streams and return them as a list.
Returns:
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
"""Test Configuration."""

pytest_plugins = ("singer_sdk.testing.pytest_plugin",)

0 comments on commit a010289

Please sign in to comment.