From 98af06eba28222123d8bac79213fa586805bc8b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 14:20:51 -0400 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 (#572) Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.10.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b75d8a6da..92be91c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ style = [ lint = [ "circuit-knitting-toolbox[style]", "pydocstyle==6.3.0", - "mypy==1.9.0", + "mypy==1.10.0", "reno>=3.4.0", "pylint==3.1.0", # pydocstyle prefers to parse our pyproject.toml, hence the following line