From eb7d995c032bda58325e48b5b8813513c942dc04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:02:08 +0000 Subject: [PATCH] Bump mypy from 1.16.0 to 1.18.2 Bumps [mypy](https://github.com/python/mypy) from 1.16.0 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-test.txt b/requirements-test.txt index 95fa242..4f01d94 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -5,6 +5,6 @@ pytest==8.3.5 pytest-asyncio==1.1.0 pytest-cov==6.1.1 pytest-aiohttp==1.1.0 -mypy==1.16.0 +mypy==1.18.2 tenacity==9.1.2 yarl==1.20.1 \ No newline at end of file