diff --git a/poetry.lock b/poetry.lock index f86781bac..2362b33d2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -7005,17 +7005,18 @@ mpmath = ">=1.1.0,<1.4.0" [[package]] name = "tenacity" -version = "8.2.3" +version = "8.4.1" description = "Retry code until it succeeds" optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "tenacity-8.2.3-py3-none-any.whl", hash = "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c"}, - {file = "tenacity-8.2.3.tar.gz", hash = "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a"}, + {file = "tenacity-8.4.1-py3-none-any.whl", hash = "sha256:28522e692eda3e1b8f5e99c51464efcc0b9fc86933da92415168bc1c4e2308fa"}, + {file = "tenacity-8.4.1.tar.gz", hash = "sha256:54b1412b878ddf7e1f1577cd49527bad8cdef32421bd599beac0c6c3f10582fd"}, ] [package.extras] -doc = ["reno", "sphinx", "tornado (>=4.5)"] +doc = ["reno", "sphinx"] +test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "tensorboard" @@ -8612,4 +8613,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "86516449a9723add12cb8b9f9b7cccc09b446a676a4f33c8e0b8132f6ce6c28c" +content-hash = "3bd4cfc2e71ec21843e475986243e71d58e8a0cbe987579c9d2e578694834ebb" diff --git a/pyproject.toml b/pyproject.toml index d97df7dbe..1e1cdd724 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,7 +93,7 @@ aiohttp-retry = "2.8.3" ## Used for FastAPI Async testing httpx = "0.27.0" kafka-python = "2.0.2" -tenacity = "8.2.3" +tenacity = "8.4.1" pyyaml = "6.0.1" conda-pack = "0.7.1" flake8 = "7.0.0"