From 3f54b576aa88f0f0b2d858ad2ca48329766b1953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 01:24:07 +0000 Subject: [PATCH] build(deps): update pyaudio requirement from >=0.2.13 to >=0.2.14 Updates the requirements on [pyaudio](https://people.csail.mit.edu/hubert/pyaudio/) to permit the latest version. --- updated-dependencies: - dependency-name: pyaudio dependency-version: 0.2.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jarvis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jarvis/requirements.txt b/jarvis/requirements.txt index e32d9aa..e2b4f74 100644 --- a/jarvis/requirements.txt +++ b/jarvis/requirements.txt @@ -1,6 +1,6 @@ SpeechRecognition>=3.10.0 pyttsx3>=2.90 -pyaudio>=0.2.13 +pyaudio>=0.2.14 fuzzywuzzy>=0.18.0 python-Levenshtein>=0.21.0 psutil>=5.9.0