diff --git a/poetry.lock b/poetry.lock index 960cbe1..ea8ab2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1349,13 +1349,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] @@ -1365,7 +1365,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" @@ -1650,4 +1650,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "340b10c305f90e16bdefe7ff67c71ee3a170a0e86ff119dccb346da2b25a7bd8" +content-hash = "76e4856b68c9d094361febb74bf4458a88d87a834170a5f8625229e38d9c098e" diff --git a/pyproject.toml b/pyproject.toml index 7c8cd8d..7b70a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8" cryptography = ">=40,<43" -singer-sdk = "~=0.36.1" +singer-sdk = "~=0.37.0" snowflake-sqlalchemy = "~=1.5.1" sqlalchemy = "<2" @@ -24,7 +24,7 @@ sqlalchemy = "<2" coverage = ">=7.2.7" pytest = ">=7.4.3" pytest-xdist = ">=3.3.1" -singer-sdk = { version="~=0.36.1", extras = ["testing"] } +singer-sdk = { version="~=0.37.0", extras = ["testing"] } [tool.ruff] line-length = 120