From 4a4e5ceae8c128e5d3b5a6003340ef75a05e87ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 06:28:07 +0000 Subject: [PATCH] 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 f9c9e85..b221de8 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -1,7 +1,7 @@ coverage>=5.0 pytest>=6.0 pytest-cov -mypy==1.17.1 +mypy==1.18.2 psutil>=7.0.0 pytest-asyncio>=1.1.0 openai>=1.97.1