Skip to content

Commit 6f9b231

Browse files
feat(deps): Bump singer-sdk from 0.36.1 to 0.37.0 in the singer-sdk group (#244)
1 parent e1f578e commit 6f9b231

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

poetry.lock

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ keywords = ["ELT", "Jotform"]
2222
python = ">=3.8"
2323
colorama = "==0.4.*"
2424
requests-cache = "==1.2.*"
25-
singer-sdk = "==0.36.*"
25+
singer-sdk = "==0.37.*"
2626
structlog = "==24.1.*"
2727

2828
[tool.poetry.group.dev.dependencies]
2929
pytest = "==8.*"
30-
singer-sdk = { version = "==0.36.*", extras = ["testing"] }
30+
singer-sdk = { version = "==0.37.*", extras = ["testing"] }
3131

3232
[tool.poetry.scripts]
3333
# CLI declaration

0 commit comments

Comments
 (0)