From 96e92ce5a9efd004c53aee1e5893e04580d921a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 08:10:52 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from 1.18.2 to 1.19.1 in /requirements Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index d9a82c72700..494d8f089d6 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,7 +9,7 @@ pytest-cov==5.0.0; python_version<"3.9" # type checking and related stubs # mypy adds new rules in new minor versions, which could cause our PR check to fail # here we fix its version and upgrade it manually in the future -mypy==1.18.2 +mypy==1.19.1 types-pywin32==311.0.0.20251008; python_version>="3.9" types-pywin32==308.0.0.20241221; python_version<"3.9" types-PyYAML==6.0.12.20250915