From 2818f92bb58ca1b979f4729a122b5347c0c66237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:38:02 +0200 Subject: [PATCH] build: bump tenacity from 8.2.3 to 8.3.0 (#191) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rohan Janjua --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e8c277c..e26f9845 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", ]