diff --git a/poetry.lock b/poetry.lock index e9803b9..6a6bf2a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -188,12 +188,13 @@ tests-no-zope = ["attrs[tests-mypy]", "cloudpickle", "hypothesis", "pympler", "p [[package]] name = "avro" -version = "1.11.3" +version = "1.12.0" description = "Avro is a serialization and RPC framework." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "avro-1.11.3.tar.gz", hash = "sha256:3393bb5139f9cf0791d205756ce1e39a5b58586af5b153d6a3b5a199610e9d17"}, + {file = "avro-1.12.0-py2.py3-none-any.whl", hash = "sha256:9a255c72e1837341dd4f6ff57b2b6f68c0f0cecdef62dd04962e10fd33bec05b"}, + {file = "avro-1.12.0.tar.gz", hash = "sha256:cad9c53b23ceed699c7af6bddced42e2c572fd6b408c257a7d4fc4e8cf2e2d6b"}, ] [package.extras] @@ -2271,4 +2272,4 @@ s3 = ["fs-s3fs", "s3fs"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "12beb8408d538ca5c766471b97db7aa1ce6d58869e55c15bedff52a8f92be34d" +content-hash = "baa9a28e4f1c6874675ab744d92b5588561e708dea58f4d67b5001645aad1fac" diff --git a/pyproject.toml b/pyproject.toml index f275dec..2f04549 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ singer-sdk = { version="~=0.38.0" } fsspec = "~=2024.6.1" s3fs = { version = "~=2024.6.1", optional = true} fs-s3fs = { version = "~=1.1.1", optional = true} -avro = "~=1.11.3" +avro = "~=1.12.0" pyarrow = "~=17.0.0" [tool.poetry.extras]