From c6ec57af9c4f35df74fe198a7d7a8bb529821cbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 08:21:58 +0000 Subject: [PATCH] Bump tenacity from 8.4.1 to 8.4.2 Bumps [tenacity](https://github.com/jd/tenacity) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-patch ... 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 f33470a..59ab8a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ pydub==0.25.1 pytest-asyncio==0.23.7 setuptools==70.1.0 SpeechRecognition==3.10.4 -tenacity==8.4.1 +tenacity==8.4.2 diff --git a/setup.py b/setup.py index 5cbe816..a0dfa24 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.4.1", + "tenacity==8.4.2", ], classifiers=[ "Programming Language :: Python :: 3",