Skip to content

Commit

Permalink
feat: Bump dependencies
Browse files Browse the repository at this point in the history
- singer-sdk to v0.36
  • Loading branch information
edgarrmondragon committed Feb 24, 2024
1 parent 385534e commit 54e6df8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/.pre-commit-config.yaml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
- id: pyproject-fmt

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.2.2
hooks:
- id: ruff
name: Ruff lint
Expand All @@ -33,7 +33,7 @@ repos:
name: Ruff format

- repo: https://github.com/pre-commit/pre-commit
rev: v3.6.1
rev: v3.6.2
hooks:
- id: validate_manifest

Expand Down
3 changes: 1 addition & 2 deletions src/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
[%- if tap_stream_type == 'GraphQL' or tap_auth_method == 'Basic Auth' %]
"requests<3,>=2",
[%- endif %]
"singer-sdk~=0.35.0",
"singer-sdk~=0.36.0rc1",
]
optional-dependencies.dev = [
"[[ tap_package_distribution_name ]][testing,typing]",
Expand Down Expand Up @@ -79,7 +79,6 @@ check = "mypy --strict {args:[[ tap_package_import_name ]] tests}"

[tool.ruff]
line-length = 88
target-version = "py38"

[tool.ruff.lint]
ignore = [
Expand Down

0 comments on commit 54e6df8

Please sign in to comment.