From 25ccc63863ad04837c718c90834dbe8bb1d7d8c9 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Wed, 14 Feb 2024 20:15:13 +0100 Subject: [PATCH] Update dependency mypy to v1.8.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 269f555..dc7444f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ cov = ["test-cov", "cov-report"] python = "3.11" detached = true dependencies = [ - "mypy==1.7.1", + "mypy==1.8.0", "ruff==0.1.7", ]