From db61327be84163f026b90fedbe3aa0c35680c57e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:43:50 +0000 Subject: [PATCH] fix(deps): update toml requirement from ^0.10.0 to ^0.10.2 Updates the requirements on [toml](https://github.com/uiri/toml) to permit the latest version. - [Changelog](https://github.com/uiri/toml/blob/master/RELEASE.rst) - [Commits](https://github.com/uiri/toml/compare/0.10.0...0.10.2) --- updated-dependencies: - dependency-name: toml dependency-version: 0.10.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4368cf..9fa65ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pydantic-settings = ">=2.0.0" pre-commit = "^4.0.0" pylint="^3.3.0" isort = "^5.12.0" -toml="^0.10.0" +toml="^0.10.2" black="^24.3.0" pytest = "^8.3.1" httpx = "^0.28.1"