From 57f0e704b93b03877ab82f960f1ed32e74f4b88e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 19:04:25 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(deps):=20update=20toml=20req?= =?UTF-8?q?uirement=20from=20^0.10.0=20to=20^0.10.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 81d9cce..846360f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pre-commit = "^4.6.0" pylint="^4.0.6" yamllint="^1.35.0" isort = "^6.0.1" -toml = "^0.10.0" +toml = "^0.10.2" black = "^26.1.0" pytest = "^9.0.3" httpx = { version = ">=0.28.1", optional = true }