diff --git a/poetry.lock b/poetry.lock index 24e0f02..c6ba1ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1223,13 +1223,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.42.1" +version = "0.44.2" description = "A framework for building Singer taps" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "singer_sdk-0.42.1-py3-none-any.whl", hash = "sha256:cc588927ff87b7aea0087c57c37c85bbe95f9b7c52ebb265abb50a184cec6ad8"}, - {file = "singer_sdk-0.42.1.tar.gz", hash = "sha256:92019c3f2e476f5c17eaa381e35d3c0ff428814587f8424149a4b28904f75ca0"}, + {file = "singer_sdk-0.44.2-py3-none-any.whl", hash = "sha256:caa4bca45c3a8d4cdcc84566d38ec49919b22d29b1a9a45518d41906a22706ed"}, + {file = "singer_sdk-0.44.2.tar.gz", hash = "sha256:6be24fe8a014bfb20cab8b09a1030b3be9a33e3283072731f07dde276dc368f1"}, ] [package.dependencies] @@ -1246,11 +1246,11 @@ jsonpath-ng = ">=1.5.3" jsonschema = ">=4.16.0" packaging = ">=23.1" python-dotenv = ">=0.20" -PyYAML = ">=6.0" +pyyaml = ">=6.0" referencing = ">=0.30.0" requests = ">=2.25.1" setuptools = "<=70.3.0" -simpleeval = {version = ">=0.9.13,<1.0.1 || >1.0.1", markers = "python_version >= \"3.9\""} +simpleeval = ">=0.9.13,<1.0.1 || >1.0.1" simplejson = ">=3.17.6" sqlalchemy = ">=1.4,<3.0" typing-extensions = ">=4.5.0" @@ -1258,8 +1258,8 @@ typing-extensions = ">=4.5.0" [package.extras] docs = ["furo (>=2024.5.6)", "myst-parser (>=3)", "pytest (>=7.2.1)", "sphinx (>=7)", "sphinx-copybutton (>=0.5.2)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-notfound-page (>=1.0.0)", "sphinx-reredirects (>=0.1.5)"] faker = ["faker (>=22.5)"] -jwt = ["PyJWT (>=2.4,<3.0)", "cryptography (>=3.4.6)"] -parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "numpy (>=1.22,<2.1)", "pyarrow (>=13)", "pyarrow (>=13,<18)"] +jwt = ["cryptography (>=3.4.6)", "pyjwt (>=2.4,<3.0)"] +parquet = ["numpy (>=1.22)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)", "s3fs (>=2024.9.0)"] ssh = ["paramiko (>=3.3.0)"] testing = ["pytest (>=7.2.1)"] @@ -1533,4 +1533,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "dc20c0d7ca12e2936ebf55d398a5914b05884c11c0e2c43c5ab72fdf99b92b9f" +content-hash = "1d23a62b8b1c5e554b280635aa53ce0d81d587b7fb772af0f95338cb34dc84df" diff --git a/pyproject.toml b/pyproject.toml index 2e730ce..2d9dc7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9" -singer-sdk = "0.42.1" +singer-sdk = "0.44.2" ibm-db-sa = "0.4.1" sqlalchemy = "2.0.37"