From c22e27e542cfbfeec93a37160162cb5839dfaf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 06:32:00 +0000 Subject: [PATCH] Bump mypy from 1.11.2 to 1.12.0 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:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a87b18019c..2aac22261b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ requirements = [ ] requirements_test = [ "aioresponses==0.7.6", - "mypy==1.11.2", + "mypy==1.12.0", "pytest==8.3.3", "pytest-aiohttp==1.0.5", "pytest-asyncio==0.24.0",