From 4a7fba233e44c3abe5390b2d2ad89ba2a6686272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 10:16:49 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.12.0 (#430) Bumps [mypy](https://github.com/python/mypy) from 1.11.2 to 1.12.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f4a2f3f..80448fb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ black==24.10.0; implementation_name=="cpython" flake8-bugbear==24.8.19; implementation_name=="cpython" flake8==7.1.1; implementation_name=="cpython" isort==5.13.2; implementation_name=="cpython" -mypy==1.11.2; implementation_name=="cpython" +mypy==1.12.0; implementation_name=="cpython" pyroma==4.2; implementation_name=="cpython" pytest-asyncio==0.24.0 pytest-cov==5.0.0