diff --git a/poetry.lock b/poetry.lock index cd711f2..6eb93f8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "appdirs" @@ -1469,13 +1469,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.35.2" +version = "0.38.0" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.35.2-py3-none-any.whl", hash = "sha256:771c7e0b9a4da0e193f5bd4a5b79bf33f6783f189c6fc13aaa38c18663e90afd"}, - {file = "singer_sdk-0.35.2.tar.gz", hash = "sha256:e8763759660baa4636f2956532227f924a303ce1ff2f40ca92acc910e516f793"}, + {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] @@ -1485,9 +1485,9 @@ 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", 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.0.1" +joblib = ">=1.3.0" jsonpath-ng = ">=1.5.3" jsonschema = ">=4.16.0" packaging = ">=23.1" @@ -1508,7 +1508,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,<24.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)"] @@ -1723,4 +1723,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "25ad67455d070f349934a28231ed2dc47241d7e07ccd1b1ab32fdab56c854bf9" +content-hash = "20d9d7c9c99435b7fbbf36cae99b65899b4c32b8bdb4b46b85aeedf4f4a27d91" diff --git a/pyproject.toml b/pyproject.toml index 9767f2d..4103be9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.8" fs-s3fs = { version = "==1.1.1", optional = true } -singer-sdk = { version="~=0.35.2" } +singer-sdk = { version=">=0.35.2,<0.39.0" } pymysql = "==1.1.0" sqlalchemy = "<2" sshtunnel = "0.4.0" @@ -46,7 +46,7 @@ mysqlclient = { version = "==2.2.4", optional = true } [tool.poetry.group.dev.dependencies] faker = ">=20" pytest = ">=7.3.2" -singer-sdk = { version="~=0.35.2", extras = ["testing"] } +singer-sdk = { version=">=0.35.2,<0.39.0", extras = ["testing"] } remote-pdb=">=2.1.0" [tool.poetry.group.typing.dependencies]