diff --git a/poetry.lock b/poetry.lock index 237a13a..036b696 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1265,13 +1265,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.35.2" +version = "0.36.0" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.35.2-py3-none-any.whl", hash = "sha256:771c7e0b9a4da0e193f5bd4a5b79bf33f6783f189c6fc13aaa38c18663e90afd"}, - {file = "singer_sdk-0.35.2.tar.gz", hash = "sha256:e8763759660baa4636f2956532227f924a303ce1ff2f40ca92acc910e516f793"}, + {file = "singer_sdk-0.36.0-py3-none-any.whl", hash = "sha256:9d1f251b74194bc413f9340404e8f0cf4c214cbf2bca2f6b170e509ce963911f"}, + {file = "singer_sdk-0.36.0.tar.gz", hash = "sha256:6268f200581b728552e211a695e3a1ee489c6c0b10d0fd845605303ac05a25f2"}, ] [package.dependencies] @@ -1477,4 +1477,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "16a9642db10c8175fa15f4811d3e6d41b0e73f581471174b99f52614163d2d9a" +content-hash = "4253ba467aa83d5bb939a246cd9fc6d00fcdc1cd12d7e04758a518c4dd7db8cf" diff --git a/pyproject.toml b/pyproject.toml index fda90f8..6e88218 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,11 +14,11 @@ license = "Apache-2.0" python = ">=3.8" fs-s3fs = { version = "^1.1.1", optional = true } requests = ">=2,<3" -singer-sdk = { version="~0.35.0" } +singer-sdk = { version="~0.36.0" } [tool.poetry.group.dev.dependencies] pytest = "^8.0.0" -singer-sdk = { version="~0.35.0", extras = ["testing"] } +singer-sdk = { version="~0.36.0", extras = ["testing"] } [tool.poetry.extras] s3 = ["fs-s3fs"]