diff --git a/poetry.lock b/poetry.lock index 5d0a832..a3a2957 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1251,13 +1251,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] @@ -1458,4 +1458,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "784ebb9167206d49f9a83a0d2900ce8e389249ae7aab028298ea66023f2a466a" +content-hash = "7eac33945ee4cff4e8d7585aaa4db6bc69c4d77b08e7df5c32ef3591c3714a8e" diff --git a/pyproject.toml b/pyproject.toml index 7633610..be99c2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ python = ">=3.8" pendulum = ">=2.1.2,<4" pyyaml = "~=6.0" requests = "~=2.31.0" -singer-sdk = "~=0.35.0" +singer-sdk = "~=0.36.0" [tool.poetry.group.dev.dependencies] deptry = { version = ">=0.8.0", python = "<4" }