diff --git a/poetry.lock b/poetry.lock index a56da6e..d99b56a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1092,13 +1092,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.35.1" +version = "0.35.2" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.35.1-py3-none-any.whl", hash = "sha256:ce74509f4e330b722dd27c70e164e594303898e974faba4dad4aede0e2de1c02"}, - {file = "singer_sdk-0.35.1.tar.gz", hash = "sha256:25e0bfb7d62c2d33098b92c538c01d384d0bc9d79221a8b92318dc2ff45d32c2"}, + {file = "singer_sdk-0.35.2-py3-none-any.whl", hash = "sha256:771c7e0b9a4da0e193f5bd4a5b79bf33f6783f189c6fc13aaa38c18663e90afd"}, + {file = "singer_sdk-0.35.2.tar.gz", hash = "sha256:e8763759660baa4636f2956532227f924a303ce1ff2f40ca92acc910e516f793"}, ] [package.dependencies] @@ -1288,4 +1288,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "130386f1c4e4c8135886c40034e3d471c14ccf7b0d3505683a833d306a92907a" +content-hash = "157c878c80e7787eb47bd34a5a2a41ef94ef7717fc086a4130e4b0df1ed0dfc0" diff --git a/pyproject.toml b/pyproject.toml index 8f61425..972569d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8" pytz = "~=2024.1" -singer-sdk = "~=0.35.1" +singer-sdk = "~=0.35.2" [tool.poetry.dev-dependencies] pytest = "~=8.0"