From 075d38ba193c3a440afb7b09c4afe3926b2c36bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 08:59:59 +0100 Subject: [PATCH] Bump mypy from 1.14.0 to 1.14.1 in the dependencies group (#167) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cf02a22..fc6595a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dev = [ "flake8-simplify==0.21.0", "flake8==7.1.1", "isort==5.13.2", - "mypy==1.14.0", + "mypy==1.14.1", "pep8-naming==0.14.1", "pytest==8.3.4", "types-PyYAML==6.0.12.20241230",