Skip to content

Commit ab3095e

Browse files
feat(deps): bump singer-sdk from 0.37.0 to 0.38.0 (#210)
1 parent 06f3cf7 commit ab3095e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Diff for: poetry.lock

+6-6
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
@@ -17,15 +17,15 @@ packages = [
1717
python = ">=3.8"
1818
cryptography = ">=40,<43"
1919
numpy = "<2"
20-
singer-sdk = "~=0.37.0"
20+
singer-sdk = "~=0.38.0"
2121
snowflake-sqlalchemy = "~=1.5.1"
2222
sqlalchemy = "<2"
2323

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

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

0 commit comments

Comments
 (0)