From 2584c953975ff7bd3c9db653770faa47d88305a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 20:23:44 +0000 Subject: [PATCH] build: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cae5104f..8c175006 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "httpx==0.27.0", "python-dotenv==1.0.1", "typer==0.12.3", - "tenacity==8.2.3", + "tenacity==8.3.0", "aiohttp==3.9.5", "aiofiles==23.2.1", "tabulate==0.9.0", @@ -60,7 +60,7 @@ dependencies = [ "structlog==24.1.0", "httpx==0.27.0", "python-dotenv==1.0.1", - "tenacity==8.2.3", + "tenacity==8.3.0", "aiohttp==3.9.5", "pyrate-limiter==3.6.0", ]