diff --git a/poetry.lock b/poetry.lock index e8c96b95..d4838d2c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4619,13 +4619,13 @@ notebook = ["ipywidgets (>=7.0.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] @@ -5162,4 +5162,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.13" -content-hash = "5ae9f16495a4c4a6a542fd3bb0dd95c17553e768de3d4a02545cff876c073ba3" +content-hash = "8f3a810eac9d6790c386410a87db1ae84e01b477d8ac308efce2707dca2bf0f4" diff --git a/pyproject.toml b/pyproject.toml index fef4e44b..0dfc45f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ pyaml-env = "^1.2.1" python-dotenv = "^1.0.0" # Network -tenacity = "^8.5.0" +tenacity = "^9.0.0" swifter = "^1.4.0" pydantic = "^2"