From d2f5c448289ba1737416f3bcfc58a5137880e00d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 08:43:55 +0000 Subject: [PATCH] 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] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 47f85e3..3d1e906 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pydub==0.25.1 pytest-asyncio==0.23.6 setuptools==69.5.1 SpeechRecognition==3.10.4 -tenacity==8.2.3 +tenacity==8.3.0 diff --git a/setup.py b/setup.py index 8c29f61..a1f22a6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "playwright>=1.33.0", "pydub==0.25.1", "SpeechRecognition==3.10.4", - "tenacity==8.2.3", + "tenacity==8.3.0", ], classifiers=[ "Programming Language :: Python :: 3",