diff --git a/poetry.lock b/poetry.lock index 704975a..fde8a2e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1250,13 +1250,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.36.1" +version = "0.37.0" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.36.1-py3-none-any.whl", hash = "sha256:bce8c65320df77cd666db7033dc58fecc3af9af9bb777299f1c5a07faef32fd9"}, - {file = "singer_sdk-0.36.1.tar.gz", hash = "sha256:445263e9da946191e5a30b4464533b659f8fd9d8a6767cd66124e948ba6bf554"}, + {file = "singer_sdk-0.37.0-py3-none-any.whl", hash = "sha256:a0cba1f65026cd5ee9e4107171a8db2858ef84fd72f09811f557bfc49621c464"}, + {file = "singer_sdk-0.37.0.tar.gz", hash = "sha256:43c035ab37741255c4dbbbbe132b220cb2f7d45f476beb5a3530b32b766b9879"}, ] [package.dependencies] @@ -1266,7 +1266,7 @@ click = ">=8.0,<9.0" cryptography = ">=3.4.6" fs = ">=2.4.16" importlib-metadata = {version = "<8.0.0", markers = "python_version < \"3.12\""} -importlib-resources = {version = ">=5.12.0,<6.2.0", markers = "python_version < \"3.9\""} +importlib-resources = {version = ">=5.12.0,<6.2.0 || >6.2.0,<6.3.0 || >6.3.0,<6.3.1 || >6.3.1", markers = "python_version < \"3.9\""} inflection = ">=0.5.1" joblib = ">=1.3.0" jsonpath-ng = ">=1.5.3" @@ -1490,4 +1490,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "d952ef49295805208f01c01e254f18e35df938304e88634707b7b2d23b8f9fef" +content-hash = "c9e078433f8f0331f178136d9711b8257c7a20b6991b78f59ea36c7cae4d1be7" diff --git a/pyproject.toml b/pyproject.toml index e354daa..172023a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,12 +22,12 @@ keywords = ["ELT", "Jotform"] python = ">=3.8" colorama = "==0.4.*" requests-cache = "==1.2.*" -singer-sdk = "==0.36.*" +singer-sdk = "==0.37.*" structlog = "==24.1.*" [tool.poetry.group.dev.dependencies] pytest = "==8.*" -singer-sdk = { version = "==0.36.*", extras = ["testing"] } +singer-sdk = { version = "==0.37.*", extras = ["testing"] } [tool.poetry.scripts] # CLI declaration