Skip to content

Commit

Permalink
chore(deps-dev): Update singer-sdk requirement from ~=0.35.0 to ~=0.3…
Browse files Browse the repository at this point in the history
…6.0 (#17)
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent 9dd66d0 commit 35af992
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = [
"version",
]
dependencies = [
"singer-sdk~=0.35.0",
"singer-sdk~=0.36.0",
]
optional-dependencies.dev = [
"tap-hookdeck[testing,typing]",
Expand Down
6 changes: 3 additions & 3 deletions tap_hookdeck/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"http_method",
th.StringType(
allowed_values=[
None, # type: ignore[list-item]
None,
"GET",
"POST",
"PUT",
Expand All @@ -52,7 +52,7 @@
th.ArrayType(
th.StringType(
allowed_values=[
None, # type: ignore[list-item]
None,
"GET",
"POST",
"PUT",
Expand Down Expand Up @@ -245,7 +245,7 @@ class Requests(HookdeckStream):
"rejection_cause",
th.StringType(
allowed_values=[
None, # type: ignore[list-item]
None,
"SOURCE_ARCHIVED",
"NO_WEBHOOK",
"VERIFICATION_FAILED",
Expand Down

0 comments on commit 35af992

Please sign in to comment.