From 15dad1a11acc8bc38f2ffd61308471cf178144c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 21:32:50 +0000 Subject: [PATCH] Update tomli-w requirement from >=1.0 to >=1.2.0 in /linux Updates the requirements on [tomli-w](https://github.com/hukkin/tomli-w) to permit the latest version. - [Changelog](https://github.com/hukkin/tomli-w/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli-w/compare/1.0.0...1.2.0) --- updated-dependencies: - dependency-name: tomli-w dependency-version: 1.2.0 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..68707b6 100644 --- a/linux/requirements.txt +++ b/linux/requirements.txt @@ -1,5 +1,5 @@ faster-whisper>=1.0 pynput>=1.7 -tomli-w>=1.0 +tomli-w>=1.2.0 sounddevice>=0.4 websockets>=12.0