From 8b0c2496b42606f36dc0d9be2cd243e66d96b87d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jan 2026 00:38:11 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.17.1 to 1.18.2 Bumps [mypy](https://github.com/python/mypy) from 1.17.1 to 1.18.2. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...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 d213d37f..4b8d31bf 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -4,5 +4,5 @@ pylint==3.3.9 pytest==8.4.2 pytest-asyncio==1.2.0 pytest-cov==7.0.0 -mypy==1.18.1 +mypy==1.19.1 ruff==0.14.11