diff --git a/poetry.lock b/poetry.lock index 49c0378b3..d5df0b88e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -6781,17 +6781,18 @@ mpmath = ">=0.19" [[package]] name = "tenacity" -version = "8.2.3" +version = "8.3.0" 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.3.0-py3-none-any.whl", hash = "sha256:3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185"}, + {file = "tenacity-8.3.0.tar.gz", hash = "sha256:953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2"}, ] [package.extras] -doc = ["reno", "sphinx", "tornado (>=4.5)"] +doc = ["reno", "sphinx"] +test = ["pytest", "tornado (>=4.5)", "typeguard"] [[package]] name = "tensorboard" @@ -8391,4 +8392,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "5c14b46a83aef0fcb3a25e33f973d49e2feb77b3b0fc73a549ba131eabb1b2a1" +content-hash = "f204fd6e38661b158f1d0897de4e2a01c0e12106aac017f41579421f16b54da1" diff --git a/pyproject.toml b/pyproject.toml index e36ac2348..7d5b7d18c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,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.3.0" pyyaml = "6.0.1" conda-pack = "0.7.1" flake8 = "7.0.0"