From 10d517287d1832da12c71dbfd4caab8ee3a2a1e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 17:16:08 -0500 Subject: [PATCH] Bump mypy from 1.7.1 to 1.8.0 (#467) Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...v1.8.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 fa517bb83..0266e9025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ style = [ lint = [ "circuit-knitting-toolbox[style]", "pydocstyle==6.3.0", - "mypy==1.7.1", + "mypy==1.8.0", "reno>=3.4.0", "pylint==3.0.2", # pydocstyle prefers to parse our pyproject.toml, hence the following line