diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b681f8e..6be1290 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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 diff --git a/src/.pre-commit-config.yaml.jinja b/src/.pre-commit-config.yaml.jinja index ef390c2..9e1e0ba 100644 --- a/src/.pre-commit-config.yaml.jinja +++ b/src/.pre-commit-config.yaml.jinja @@ -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 diff --git a/src/pyproject.toml.jinja b/src/pyproject.toml.jinja index 2e6b77d..516a2c1 100644 --- a/src/pyproject.toml.jinja +++ b/src/pyproject.toml.jinja @@ -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 = [