From 89c7d12d9c6cd4512c12f850369c69bc4c1f7c14 Mon Sep 17 00:00:00 2001 From: Krzysztof Magusiak Date: Mon, 5 Aug 2024 07:41:16 +0200 Subject: [PATCH] Use newer version of types --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 440df1a..7cbc6c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dev = [ "mypy~=1.11", "ruff==0.5.6", "types-pyyaml~=6.0", - "types-toml==0.10.2", + "types-toml>=0.10.8", ] test = [ "pytest==8.3.2",