From 230339f97cf79cd05985b34f88aab81ae9d266ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:38:48 +0000 Subject: [PATCH] chore(deps): update dependency tenacity to ~=8.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd6c515..6633087 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pydrive2~=1.18.1", "spotipy~=2.23.0", "httpx~=0.26.0", - "tenacity~=8.2.2", + "tenacity~=8.3.0", "yfinance>=0.2.36", ] readme = "README.md"