From 08ff365dd04e57cee839bffbb83d34faaa390729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 07:00:46 +0000 Subject: [PATCH] Bump mypy from 1.17.0 to 1.17.1 Bumps [mypy](https://github.com/python/mypy) from 1.17.0 to 1.17.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v1.17.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4814377..71364be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "aioresponses==0.7.8", "codespell==2.4.1", "coverage==7.10.1", - "mypy==1.17.0", + "mypy==1.17.1", "pre-commit==4.2.0", "pytest-aiohttp==1.1.0", "pytest-cov==6.2.1",