Skip to content

Commit a944462

Browse files
fix: Bump Singer SDK to 0.50 (#467)
1 parent 4b6ce42 commit a944462

4 files changed

Lines changed: 270 additions & 242 deletions

File tree

.github/workflows/test_tap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
uses: snok/install-poetry@76e04a911780d5b312d89783f7b1cd627778900a # v1.4.1
6969
with:
7070
# Version of Poetry to use
71-
version: 2.1.4
71+
version: 2.2.1
7272
virtualenvs-create: true
7373
virtualenvs-in-project: true
7474
- name: Set up Python ${{ matrix.python-version }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616

1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.12.12
19+
rev: v0.13.2
2020
hooks:
2121
- id: ruff-check
2222
args: [ --fix ]

0 commit comments

Comments
 (0)