From 77758e89221442c25e0e9d99c9793215422c221d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:06:28 +0200 Subject: [PATCH] build(deps): bump mypy from 1.11.2 to 1.12.1 (#2469) Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.1) --- 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> Co-authored-by: Moritz --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48773eb73..eab5204ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -133,7 +133,7 @@ dev = [ "ruff==0.6.4", "black==24.10.0", "isort==5.13.2", - "mypy==1.11.2", + "mypy==1.12.1", "mypy-protobuf==3.6.0", "PyGithub==2.4.0", # type stubs for mypy