diff --git a/poetry.lock b/poetry.lock index 399a6f2..9390eb0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1099,13 +1099,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.28.0" +version = "0.31.1" description = "A framework for building Singer taps" optional = false python-versions = ">=3.7.1,<3.12" files = [ - {file = "singer_sdk-0.28.0-py3-none-any.whl", hash = "sha256:04463f1f429cf1913de5890068b4cac300b25d2b84ca03a974f2414e7dd35ff4"}, - {file = "singer_sdk-0.28.0.tar.gz", hash = "sha256:3cf50f91f0cb8e8bd1db3baf025ffe889a3f70d83a94f944b2a941ca5c7a7055"}, + {file = "singer_sdk-0.31.1-py3-none-any.whl", hash = "sha256:c5e20a1b042ab49f8446c2db150f7f75e3e6a99a0d579f1a7ff9eed9abeda084"}, + {file = "singer_sdk-0.31.1.tar.gz", hash = "sha256:cdd76f05259c1244ae91b4ac6fe44f7e3a182a3c480a29b60dfee9c51d498ea0"}, ] [package.dependencies] @@ -1120,6 +1120,7 @@ joblib = ">=1.0.1,<2.0.0" jsonpath-ng = ">=1.5.3,<2.0.0" jsonschema = ">=4.16.0,<5.0.0" memoization = ">=0.3.2,<0.5.0" +packaging = ">=23.1" pendulum = ">=2.1.0,<3.0.0" PyJWT = ">=2.4,<3.0" pytest = {version = ">=7.2.1,<8.0.0", optional = true, markers = "extra == \"testing\""} @@ -1129,12 +1130,12 @@ pytz = ">=2022.2.1,<2024.0.0" PyYAML = ">=6.0,<7.0" requests = ">=2.25.1,<3.0.0" simplejson = ">=3.17.6,<4.0.0" -sqlalchemy = ">=1.4,<2.0" +sqlalchemy = ">=1.4,<3.0" typing-extensions = ">=4.2.0,<5.0.0" urllib3 = ">=1.26,<2" [package.extras] -docs = ["furo (>=2022.12.7,<2024.0.0)", "myst-parser (>=0.17.2,<1.1.0)", "sphinx (>=4.5,<6.0)", "sphinx-autobuild (>=2021.3.14,<2022.0.0)", "sphinx-copybutton (>=0.3.1,<0.6.0)", "sphinx-reredirects (>=0.1.1,<0.2.0)"] +docs = ["furo (>=2022.12.7,<2024.0.0)", "myst-parser (>=0.17.2,<1.1.0)", "sphinx (>=4.5,<6.0)", "sphinx-autobuild (>=2021.3.14,<2022.0.0)", "sphinx-copybutton (>=0.3.1,<0.6.0)", "sphinx-inline-tabs (>=2023.4.21)", "sphinx-reredirects (>=0.1.1,<0.2.0)"] s3 = ["fs-s3fs (>=1.1.1,<2.0.0)"] testing = ["pytest (>=7.2.1,<8.0.0)", "pytest-durations (>=1.2.0,<2.0.0)"] @@ -1283,4 +1284,4 @@ s3 = ["fs-s3fs"] [metadata] lock-version = "2.0" python-versions = "<3.12,>=3.7.1" -content-hash = "09829f14538ae6a91d3621a2341d8bbaad384a6b485707731c7520664b613757" +content-hash = "646d3efb5fa3c68f1eea5fb1463667830ac579cea1cb6071847213a67b8415b6" diff --git a/pyproject.toml b/pyproject.toml index 15bf59a..2d5c8c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,13 +12,13 @@ license = "MIT" [tool.poetry.dependencies] python = "<3.12,>=3.7.1" -singer-sdk = { version="^0.28.0" } +singer-sdk = { version="^0.31.1" } fs-s3fs = { version = "^1.1.1", optional = true } cassandra-driver = "^3.28.0" [tool.poetry.group.dev.dependencies] pytest = "^7.2.1" -singer-sdk = { version="^0.28.0", extras = ["testing"] } +singer-sdk = { version="^0.31.1", extras = ["testing"] } [tool.poetry.extras] s3 = ["fs-s3fs"]