Skip to content

Commit

Permalink
chore(deps): bump singer-sdk from 0.34.1 to 0.35.0 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 12, 2024
1 parent 1b05103 commit 2ae4f72
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 37 deletions.
46 changes: 13 additions & 33 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 @@ -16,12 +16,12 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8"
requests = "~=2.31.0"
singer-sdk = ">=0.27,<0.35"
singer-sdk = ">=0.27,<0.36"
facebook-business = "^19.0.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.4.1"
singer-sdk = {version = ">=0.27,<0.35", extras = ["testing"]}
singer-sdk = {version = ">=0.27,<0.36", extras = ["testing"]}

[tool.isort]
profile = "black"
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 2ae4f72

Please sign in to comment.