Skip to content

Commit

Permalink
chore(deps): Bump singer-sdk from 0.34.1 to 0.35.0 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2024
1 parent 435d766 commit c878045
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 35 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ readme = "README.md"
python = ">=3.8"
pyrate-limiter = { version = "==3.*", python = "<4" }
requests-cache = { version = "==1.*", python = "<4" }
singer-sdk = "0.34.*"
singer-sdk = ">=0.34,<0.36"

[tool.poetry.group.dev.dependencies]
pytest-httpserver = { version = "^1.0.8", python = "<4" }
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
"""Test Configuration."""
from __future__ import annotations

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

0 comments on commit c878045

Please sign in to comment.