From 3e98453c629cacdd991b4564f4983faafdcde6e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 13:49:08 +0000 Subject: [PATCH] chore(deps): update tomli requirement from >=2.0 to >=2.4.1 Updates the requirements on [tomli](https://github.com/hukkin/tomli) to permit the latest version. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.0...2.4.1) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b4c4bda..febb4e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ obsws-python>=1.8.0 Pygments>=2.20.0 rich>=13.0 rich-argparse>=1.0 -tomli>=2.0 +tomli>=2.4.1 websocket-client>=1.9.0