From 46584f6496419d5e87f429476247dd5ffeb47aef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 05:20:08 +0000 Subject: [PATCH] build(deps): bump mypy from 1.10.0 to 1.13.0 Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.13.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.13.0) --- 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..5c6498b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ test = [ ] quality = [ "ruff==0.6.4", - "mypy==1.10.0", + "mypy==1.13.0", "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.13.0", "pre-commit>=3.0.0,<4.0.0", # docs "sphinx>=3.0.0,!=3.5.0",