From 07d97a34d30981f0c83bcf60c561d0883b1de63d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 21:32:53 +0000 Subject: [PATCH] Update pynput requirement from >=1.7 to >=1.8.2 in /linux Updates the requirements on [pynput](https://github.com/moses-palmer/pynput) to permit the latest version. - [Changelog](https://github.com/moses-palmer/pynput/blob/master/CHANGES.rst) - [Commits](https://github.com/moses-palmer/pynput/compare/v1.7.0...v1.8.2) --- updated-dependencies: - dependency-name: pynput dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linux/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/requirements.txt b/linux/requirements.txt index 36d8ede..fb371d2 100644 --- a/linux/requirements.txt +++ b/linux/requirements.txt @@ -1,5 +1,5 @@ faster-whisper>=1.0 -pynput>=1.7 +pynput>=1.8.2 tomli-w>=1.0 sounddevice>=0.4 websockets>=12.0