diff --git a/poetry.lock b/poetry.lock index 5378c18..4ad1333 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1381,13 +1381,13 @@ files = [ [[package]] name = "singer-sdk" -version = "0.40.0a1" +version = "0.40.0a2" description = "A framework for building Singer taps" optional = false python-versions = ">=3.8" files = [ - {file = "singer_sdk-0.40.0a1-py3-none-any.whl", hash = "sha256:f1ea314d6d334b9460ce8e142e3f7ab65ec90ee7b018ee341af2f190032d2415"}, - {file = "singer_sdk-0.40.0a1.tar.gz", hash = "sha256:7f94b2b1b7b2f8f26034956caaddeb7af922d3e3bf14e82aaf99d9327e56c470"}, + {file = "singer_sdk-0.40.0a2-py3-none-any.whl", hash = "sha256:881b2993e1fbe177c5b18dc94b4e6977cd23662cd75aa0d2f5962684d3ecae85"}, + {file = "singer_sdk-0.40.0a2.tar.gz", hash = "sha256:64fc1ca5ed4b566530373051ced6aa1455fec6c37aa77c6febcfd6fce215899e"}, ] [package.dependencies] @@ -1417,7 +1417,7 @@ urllib3 = ">=1.26,<2" 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,<27.0)"] jwt = ["PyJWT (>=2.4,<3.0)", "cryptography (>=3.4.6)"] -parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "pyarrow (>=13)"] +parquet = ["numpy (>=1.22)", "numpy (>=1.22,<1.25)", "numpy (>=1.22,<2.1)", "pyarrow (>=13)"] s3 = ["fs-s3fs (>=1.1.1)"] testing = ["pytest (>=7.2.1)"]