diff --git a/poetry.lock b/poetry.lock index 68b1462..2063ced 100644 --- a/poetry.lock +++ b/poetry.lock @@ -376,13 +376,13 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"] [[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] @@ -431,4 +431,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "c45f907fa6cc75d0b8530eaee17d78769b47ede0e4aa3dcda49adf40dee825ed" +content-hash = "b40369bd70fc8032d07f8b0ea6f78602b3d8f02ff52b0f1e0fcf710ba791e3b5" diff --git a/pyproject.toml b/pyproject.toml index 471d7ca..c04a14d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ cachetools = '^5.3.3' pydantic = "^2.7.3" python = '>=3.8' requests = '^2.32.3' -tenacity = "^8.3.0" +tenacity = ">=8.3,<10.0" [tool.poetry.dev-dependencies] pytest = '>=6.2.5'