From f061a1e054bc2a97cc77c54330ee3a27de2a262d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 07:05:15 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 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 b221de8..b8c8da8 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -1,7 +1,7 @@ coverage>=5.0 pytest>=6.0 pytest-cov -mypy==1.18.2 +mypy==1.19.0 psutil>=7.0.0 pytest-asyncio>=1.1.0 openai>=1.97.1