From 3098275ccdec14d4480d81a4942842fb2f10e8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:58:32 +0000 Subject: [PATCH] Update mypy requirement from ~=1.14.1 to ~=1.17.0 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.17.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.17.0 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..440ef5e 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.17.0 ruff~=0.9.1 types-setuptools~=75.8.0.20250110 # botright~=0.5.1