Skip to content

Commit 3e1282e

Browse files
fix: Bump Singer SDK to 0.47
1 parent 91d6bd9 commit 3e1282e

File tree

3 files changed

+501
-423
lines changed

3 files changed

+501
-423
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ci:
22
autofix_prs: false
33
autoupdate_schedule: monthly
44
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
5+
skip:
6+
- uv-lock
57

68
repos:
79
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -23,3 +25,9 @@ repos:
2325
- id: ruff
2426
args: [--fix]
2527
- id: ruff-format
28+
29+
- repo: https://github.com/astral-sh/uv-pre-commit
30+
rev: 0.7.13
31+
hooks:
32+
- id: uv-lock
33+
- id: uv-sync

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"psycopg2-binary==2.9.10",
3131
"sqlalchemy~=2.0",
3232
"sshtunnel==0.4.0",
33-
"singer-sdk~=0.46.0",
33+
"singer-sdk~=0.47.0",
3434
]
3535

3636
[project.optional-dependencies]

0 commit comments

Comments
 (0)