Skip to content

Commit a010289

Browse files
build(deps): Bump singer-sdk from 0.34.1 to 0.35.0 (#358)
1 parent 670ff05 commit a010289

File tree

4 files changed

+14
-37
lines changed

4 files changed

+14
-37
lines changed

poetry.lock

Lines changed: 11 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ sqlalchemy = "<2"
3838
sshtunnel = "0.4.0"
3939

4040
[tool.poetry.dependencies.singer-sdk]
41-
version = "~=0.34.0"
41+
version = "~=0.35.0"
4242

4343
[tool.poetry.group.dev.dependencies]
4444
faker = ">=18.5.1"
@@ -112,7 +112,7 @@ banned-from = ["sqlalchemy"]
112112
[tool.ruff.lint.flake8-import-conventions.extend-aliases]
113113
sqlalchemy = "sa"
114114

115-
[tool.ruff.per-file-ignores]
115+
[tool.ruff.lint.per-file-ignores]
116116
"tests/*" = [
117117
"D",
118118
]

tap_postgres/tap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def catalog(self) -> Catalog:
580580
)
581581
return new_catalog
582582

583-
def discover_streams(self) -> Sequence[Stream]: # type: ignore[override]
583+
def discover_streams(self) -> Sequence[Stream]:
584584
"""Initialize all available streams and return them as a list.
585585
586586
Returns:

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
"""Test Configuration."""
2-
3-
pytest_plugins = ("singer_sdk.testing.pytest_plugin",)

0 commit comments

Comments
 (0)