diff --git a/poetry.lock b/poetry.lock index ce33d46d97..126c739c99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4022,13 +4022,13 @@ dev = ["hypothesis (>=6.70.0)", "pytest (>=7.1.0)"] [[package]] name = "tenacity" -version = "8.5.0" +version = "9.0.0" description = "Retry code until it succeeds" optional = false python-versions = ">=3.8" files = [ - {file = "tenacity-8.5.0-py3-none-any.whl", hash = "sha256:b594c2a5945830c267ce6b79a166228323ed52718f30302c1359836112346687"}, - {file = "tenacity-8.5.0.tar.gz", hash = "sha256:8bc6c0c8a09b31e6cad13c47afbed1a567518250a9a171418582ed8d9c20ca78"}, + {file = "tenacity-9.0.0-py3-none-any.whl", hash = "sha256:93de0c98785b27fcf659856aa9f54bfbd399e29969b0621bc7f762bd441b4539"}, + {file = "tenacity-9.0.0.tar.gz", hash = "sha256:807f37ca97d62aa361264d497b0e31e92b8027044942bfa756160d908320d73b"}, ] [package.extras] @@ -4516,4 +4516,4 @@ zstandard = ["zstandard"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7987b9599576494df9af23ccd5ddb26471b8168c2934fa3202b2616eced288a6" +content-hash = "8e5d69eca240ed51c5a433867ef87fcdb6a7e6782c3d4f8b470bed05db423ca6" diff --git a/pyproject.toml b/pyproject.toml index 4c7f3b020c..efa77cfdab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ sortedcontainers = "2.4.0" fsspec = ">=2023.1.0,<2025.1.0" pyparsing = ">=3.1.0,<4.0.0" zstandard = ">=0.13.0,<1.0.0" -tenacity = ">=8.2.3,<9.0.0" +tenacity = ">=8.2.3,<10.0.0" pyarrow = { version = ">=9.0.0,<18.0.0", optional = true } pandas = { version = ">=1.0.0,<3.0.0", optional = true } duckdb = { version = ">=0.5.0,<2.0.0", optional = true }