From 616865a87189eb10f7cb4c3be62d1463aa0407a1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 22:03:01 +0000 Subject: [PATCH] chore(deps): update dependency dev/mypy to v1.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1932033873..7686e4aa5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Source = "https://github.com/archlinux/archinstall" [project.optional-dependencies] dev = [ - "mypy==1.6.1", + "mypy==1.7.0", "pre-commit==3.5.0", ] doc = ["sphinx"]