From 85c5601f87be4eeaac9b7b72e0dccbe154d17f7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:02:34 +0000 Subject: [PATCH] Update types-toml requirement from ^0.10.8.1 to ^0.10.8.20260408 Updates the requirements on [types-toml](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-toml dependency-version: 0.10.8.20260408 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 7a8572e..b706ad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ zetascale = "*" [tool.poetry.group.lint.dependencies] ruff = "^0.1.6" -types-toml = "^0.10.8.1" +types-toml = "^0.10.8.20260408" types-redis = "^4.3.21.6" types-pytz = "^2023.3.0.0" black = "^23.1.0"