Skip to content

Commit ad73dd8

Browse files
fix: Bump Singer SDK to 0.52 (#470)
1 parent 9fc71d7 commit ad73dd8

File tree

3 files changed

+467
-415
lines changed

3 files changed

+467
-415
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: trailing-whitespace
2525

2626
- repo: https://github.com/tox-dev/pyproject-fmt
27-
rev: "v2.11.0"
27+
rev: v2.11.0
2828
hooks:
2929
- id: pyproject-fmt
3030

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dynamic = [ "version" ]
3535
dependencies = [
3636
"backports-datetime-fromisoformat~=2.0.1; python_full_version<'3.11'",
3737
"pyyaml~=6.0",
38-
"singer-sdk~=0.48.0",
38+
"singer-sdk~=0.52.0",
3939
"typing-extensions>=4.14.1",
4040
]
4141

0 commit comments

Comments
 (0)