From 81dca3ae2179088239fc9b976c884d06b70aab33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 05:28:08 +0000 Subject: [PATCH] Bump tenacity from 8.4.1 to 8.4.2 Bumps [tenacity](https://github.com/jd/tenacity) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0e6e7b4ec..bda85aae7 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.4.1", + "tenacity==8.4.2", "torch==2.3.1", "types-docker==7.1.0.20240624", "types-pillow==10.2.0.20240520",