From 3a1dc5c918dd15cff3c797c95901f8463fcd7143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 12:11:13 +0000 Subject: [PATCH] build(deps): update tomli requirement from >=2.0.1 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.1...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 6d80d1c1..f6b19e44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ psutil >= 5.9.0 py-cpuinfo >= 9.0.0 inquirerpy == 0.3.4 requests >= 2.31.0 -tomli >= 2.0.1 +tomli >= 2.4.1 tomlkit >= 0.12.2 tqdm-loggable >= 0.1.4 urllib3 >= 1.26.6