diff --git a/poetry.lock b/poetry.lock index 0b0516753..3099c32ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. [[package]] name = "absl-py" @@ -6812,17 +6812,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" @@ -8422,4 +8423,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "a0089ebf9891465b56ad5451a053712de395f94f34aa4e900eead50923c9c4ab" +content-hash = "82b3f7d16cca09c44c015f4be6013c6ef5f864f2b954442b268f920629ce2445" diff --git a/pyproject.toml b/pyproject.toml index c59a247c2..81862dbfc 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.3.0" pyyaml = "6.0.1" conda-pack = "0.7.1" flake8 = "7.0.0"