From 3f78583c41750bd272a413c025d00d5e158db464 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 05:59:57 +0000 Subject: [PATCH] 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 015559e39..a35d03dfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -316,7 +316,7 @@ dev = [ "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", "sybil==6.1.0", - "tenacity==8.2.3", + "tenacity==8.3.0", "torch==2.3.0", "types-docker==7.0.0.20240507", "types-Pillow==10.2.0.20240423",