From f26c67cfba083a34d38306e6c350ff78e3fda872 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 05:03:15 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.0 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7d71ca..baad9bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ ] quality = [ "ruff==0.6.4", - "mypy==1.10.0", + "mypy==1.12.1", "pre-commit>=3.0.0,<4.0.0", ] docs = [ @@ -60,7 +60,7 @@ dev = [ "pytest-pretty>=1.0.0,<2.0.0", # style "ruff==0.6.4", - "mypy==1.10.0", + "mypy==1.12.1", "pre-commit>=3.0.0,<4.0.0", # docs "sphinx>=3.0.0,!=3.5.0",