From a4ec2fa306cb1298f28bdb72e74a8c400a427ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 05:46:17 +0000 Subject: [PATCH] Update mypy requirement from ~=1.14.1 to ~=1.18.2 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.18.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production ... 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 c0ae695..d406dc7 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -2,7 +2,7 @@ pytest~=8.3.4 pytest_asyncio~=0.25.2 pytest-rerunfailures~=15.0 -mypy~=1.14.1 +mypy~=1.18.2 ruff~=0.9.1 types-setuptools~=75.8.0.20250110 # botright~=0.5.1