From f269020234ba02e9a6ecc3818c139204f4af0b2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 05:27:15 +0000 Subject: [PATCH] Bump tenacity from 8.5.0 to 9.0.0 Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.5.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 99a1e2488..f40e442dc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,7 @@ optional-dependencies.dev = [ "sphinxcontrib-httpdomain==1.8.1", "sphinxcontrib-spelling==8", "sybil==6.1.1", - "tenacity==8.5.0", + "tenacity==9.0.0", "types-docker==7.1.0.20240720", "types-pillow==10.2.0.20240520", "types-pyyaml==6.0.12.20240724",