From b54020e19a30bdb3dcb03e6d0f97d8a59aa8cd70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:56:10 +0000 Subject: [PATCH] build(deps-dev): bump tenacity from 8.2.3 to 8.3.0 Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.3 to 8.3.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.2.3...8.3.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 15 ++++++++------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 61d5846c2..363884685 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 = "76bae1ad422aba591bf2ed9b9fdf04f5d38ef1f7d494908f6276fbb92c712c52" +content-hash = "9c96061214f70ecec741b7a9aa103bbc3b0b76c44e60d40b130b1fe7caec9092" diff --git a/pyproject.toml b/pyproject.toml index 32d11c0e4..74f28ca0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,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"