From 76faa2c1ece0ed5b6b1829c0465fc0b03bd4f8cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:53:56 +0000 Subject: [PATCH] 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 675c52b..a996194 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ packaging>=23.2 pluggy>=1.3.0 pytest>=7.4.4 simple-term-menu>=1.6.4 -tomli>=2.0.1 +tomli>=2.4.1