diff --git a/poetry.lock b/poetry.lock index 7ecde3d..5230990 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1177,13 +1177,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.30.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.30.0-py3-none-any.whl", hash = "sha256:ca8e002ab6fce56c4e6f3312655c7b68896d1d07f88a9efeb373e74c58ceb9b8"}, - {file = "singer_sdk-0.30.0.tar.gz", hash = "sha256:73300d1c1bcb048b49a7f28c71ae26c9d309fdf3375e65940747b05c8a6551b5"}, + {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] @@ -1208,7 +1208,7 @@ 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" @@ -1433,4 +1433,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = ">=3.7.1,<3.12" -content-hash = "f5ff92253b5270eef54f7ef0232ef6e48ad499d20e6ae4d017261ad588abc046" +content-hash = "13e6bd2a6a2f299249bc93ae66104ae4081c7657adedf5a3ef91a8e88f97c292" diff --git a/pyproject.toml b/pyproject.toml index 52356f6..246d880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "meltanolabs-target-snowflake" version = "0.0.0" description = "`target-snowflake` is a Singer target for Snowflake, built with the Meltano SDK for Singer Targets." readme = "README.md" -authors = ["Ken Payne"] +authors = ["Meltano Team "] keywords = [ "ELT", "Snowflake", @@ -14,16 +14,17 @@ packages = [ ] [tool.poetry.dependencies] +cryptography = ">=40,<42" python = ">=3.7.1,<3.12" +singer-sdk = "~=0.31.0" snowflake-sqlalchemy = "~=1.4.7" -singer-sdk = "~=0.30.0" -cryptography = ">=40,<42" +sqlalchemy = "<2" [tool.poetry.group.dev.dependencies] coverage = ">=7.2.7" pytest = ">=7.4.3" pytest-xdist = ">=3.3.1" -singer-sdk = { version="~=0.30.0", extras = ["testing"] } +singer-sdk = { version="~=0.31.0", extras = ["testing"] } [tool.ruff] line-length = 120