From 80988da3b0a5e6a24ea77d4c1ba97313a5c273d9 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 7 May 2024 20:18:47 +0200 Subject: [PATCH] Chore: Update to mypy 1.10, pyproject-fmt 1.8, and ruff 0.4 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50f0f5d..78c0b4c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,10 +94,10 @@ dependencies = [ [project.optional-dependencies] develop = [ "black<25", - "mypy==1.9.0", + "mypy<1.11", "poethepoet<0.27", - "pyproject-fmt<1.8", - "ruff==0.3.5", + "pyproject-fmt<1.9", + "ruff<0.5", "validate-pyproject<0.17", ] release = [