diff --git a/poetry.lock b/poetry.lock index 25e370a..7eb6b5b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1234,13 +1234,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] @@ -1271,7 +1271,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)"] @@ -1441,4 +1441,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "0725d5e9d3ec5574d0e47ca12151ccc3366f79491a03e9f88033a5a31626a99b" +content-hash = "b08287d71829e0db2bcaf128fd3acef60079193488041217af9d5f013235fc4e" diff --git a/pyproject.toml b/pyproject.toml index 44e2262..032307d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ python = ">=3.8" pendulum = ">=2.1.2,<4" pyyaml = "~=6.0" requests = "~=2.32.0" -singer-sdk = "~=0.37.0" +singer-sdk = "~=0.38.0" [tool.poetry.group.dev.dependencies] deptry = ">=0.14.2"