Skip to content

Commit 98cb578

Browse files
feat(deps): bump singer-sdk from 0.36.1 to 0.37.0 (#189)
1 parent fbb97e4 commit 98cb578

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ packages = [
1616
[tool.poetry.dependencies]
1717
python = ">=3.8"
1818
cryptography = ">=40,<43"
19-
singer-sdk = "~=0.36.1"
19+
singer-sdk = "~=0.37.0"
2020
snowflake-sqlalchemy = "~=1.5.1"
2121
sqlalchemy = "<2"
2222

2323
[tool.poetry.group.dev.dependencies]
2424
coverage = ">=7.2.7"
2525
pytest = ">=7.4.3"
2626
pytest-xdist = ">=3.3.1"
27-
singer-sdk = { version="~=0.36.1", extras = ["testing"] }
27+
singer-sdk = { version="~=0.37.0", extras = ["testing"] }
2828

2929
[tool.ruff]
3030
line-length = 120

0 commit comments

Comments
 (0)