Skip to content

Commit

Permalink
Bump singer-sdk to 0.41.0 (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Oct 4, 2024
1 parent 7ae1696 commit 9c29bca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- id: trailing-whitespace

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-dependabot
- id: check-github-workflows
2 changes: 1 addition & 1 deletion src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- id: validate_manifest

- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.2
rev: 0.29.3
hooks:
- id: check-dependabot
- id: check-github-workflows
4 changes: 2 additions & 2 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ dependencies = [
"requests<3,>=2",
[%- endif %]
[%- if tap_auth_method == 'JWT' %]
"singer-sdk[jwt]~=0.40.0",
"singer-sdk[jwt]~=0.41.0",
[%- else %]
"singer-sdk~=0.40.0",
"singer-sdk~=0.41.0",
[%- endif %]
]
optional-dependencies.dev = [
Expand Down

0 comments on commit 9c29bca

Please sign in to comment.