From c19f86883b99c4f4e9a4e7ceecc84ddb13755ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 06:41:44 +0000 Subject: [PATCH] Bump mypy from 1.9.0 to 1.10.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 49d766385d..c80273cc0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ requirements = [ ] requirements_test = [ "aioresponses==0.7.6", - "mypy==1.9.0", + "mypy==1.10.0", "pytest==8.1.1", "pytest-aiohttp==1.0.5", "pytest-asyncio==0.23.6",