From 5ee334b714cada9fdeab3ff460a8f9c6669b36ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:59:18 +0000 Subject: [PATCH] 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 f2fb9114..69add3bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ psutil>=5.9.0 pydantic>=2.7 pydantic-settings>=2.3 pyyaml>=6.0 -tomli>=2.0; python_version < "3.11" +tomli>=2.4.1; python_version < "3.11" structlog>=24.1 prometheus-client>=0.19 \ No newline at end of file