From 2656529f53b68aa802ab8ed78f8addb3a8564e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 05:15:01 +0000 Subject: [PATCH] Bump tenacity from 8.3.0 to 8.4.1 Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 8.4.1. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.3.0...8.4.1) --- 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 38c1a65d9..5da90c943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ optional-dependencies.dev = [ "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", "sybil==6.1.1", - "tenacity==8.3.0", + "tenacity==8.4.1", "torch==2.3.1", "types-docker==7.1.0.20240617", "types-pillow==10.2.0.20240520",