diff --git a/poetry.lock b/poetry.lock index b1e6f65..1d8b0d1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1505,13 +1505,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.37.0" +version = "0.38.0" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.37.0-py3-none-any.whl", hash = "sha256:a0cba1f65026cd5ee9e4107171a8db2858ef84fd72f09811f557bfc49621c464"}, - {file = "singer_sdk-0.37.0.tar.gz", hash = "sha256:43c035ab37741255c4dbbbbe132b220cb2f7d45f476beb5a3530b32b766b9879"}, + {file = "singer_sdk-0.38.0-py3-none-any.whl", hash = "sha256:c8be06edae149571df907262ce870dca990dc86a588609dec4ee8404aed3dc01"}, + {file = "singer_sdk-0.38.0.tar.gz", hash = "sha256:22f13980f9d5d26b98c2654a28e30ddda92d334eade6c50b6a0668be5a8aa55b"}, ] [package.dependencies] @@ -1542,7 +1542,7 @@ urllib3 = ">=1.26,<2" [package.extras] docs = ["furo (>=2022.12.7)", "myst-parser (>=1)", "pytest (>=7.2.1)", "sphinx (>=4.5)", "sphinx-autobuild (>=2021.3.14)", "sphinx-copybutton (>=0.3.1)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-notfound-page (>=1.0.0)", "sphinx-reredirects (>=0.1.1)"] -faker = ["faker (>=22.5,<25.0)"] +faker = ["faker (>=22.5,<26.0)"] parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)"] testing = ["pytest (>=7.2.1)", "pytest-durations (>=1.2.0)"] @@ -1757,4 +1757,4 @@ s3 = [] [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "0e7fb18bbd856fbab966defa02e267381a579a0d800643f2885e2b39822980fb" +content-hash = "893fadbf4b5ad5d9121648123c1244a932bd846e65bc92ff7f7e64af3cf019cd" diff --git a/pyproject.toml b/pyproject.toml index 0e1579a..d870e1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8.1,<4" pyathena = ">=3,<4" -singer-sdk = "~=0.37.0" +singer-sdk = "~=0.38.0" [tool.poetry.group.dev.dependencies] pytest = "^8.0.0"