From bc04168eb513fb78f3a8bf1f400262e2ac2fd249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Apr 2025 05:51:28 +0000 Subject: [PATCH] Bump tenacity from 9.0.0 to 9.1.2 Bumps [tenacity](https://github.com/jd/tenacity) from 9.0.0 to 9.1.2. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/9.0.0...9.1.2) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.2 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 0e2fe3ae..76202f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,7 @@ optional-dependencies.dev = [ "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8.0.1", "sybil==9.1.0", - "tenacity==9.0.0", + "tenacity==9.1.2", "types-docker==7.1.0.20241229", "types-pyyaml==6.0.12.20250402", "types-requests==2.32.0.20250328",