From 431b7a1aa3891104852e94990d8e50272805d940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 20:45:57 +0000 Subject: [PATCH] Bump pywin32 from 223 to 301 in /EmulationCore Bumps [pywin32](https://github.com/mhammond/pywin32) from 223 to 301. - [Release notes](https://github.com/mhammond/pywin32/releases) - [Changelog](https://github.com/mhammond/pywin32/blob/master/CHANGES.txt) - [Commits](https://github.com/mhammond/pywin32/commits) --- updated-dependencies: - dependency-name: pywin32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- EmulationCore/requirements_windows.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmulationCore/requirements_windows.txt b/EmulationCore/requirements_windows.txt index 20f26f1..28396ef 100644 --- a/EmulationCore/requirements_windows.txt +++ b/EmulationCore/requirements_windows.txt @@ -1,6 +1,6 @@ PyAudio==0.2.11 pyttsx3==2.7 -pywin32==223 +pywin32==301 SpeechRecognition==3.8.1 numpy==1.14.3 nltk==3.3