From 2d1fa3ba44cad7c524eeeb6b061ba7b7516f24fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:42:18 +0000 Subject: [PATCH] deps(pip): Bump mypy from 1.13.0 to 1.19.1 in /ai-service Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.13.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ai-service/requirements-intel.txt | 2 +- ai-service/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ai-service/requirements-intel.txt b/ai-service/requirements-intel.txt index 488d76c3e..3b3bdad54 100644 --- a/ai-service/requirements-intel.txt +++ b/ai-service/requirements-intel.txt @@ -27,7 +27,7 @@ pytest-cov==7.0.0 hypothesis==6.116.0 black==25.12.0 flake8==7.3.0 -mypy==1.13.0 +mypy==1.19.1 vulture==2.14 # Core ML/Data Science libraries (Intel-compatible versions) diff --git a/ai-service/requirements.txt b/ai-service/requirements.txt index 8f51021b9..874d10ad4 100644 --- a/ai-service/requirements.txt +++ b/ai-service/requirements.txt @@ -31,7 +31,7 @@ pytest-cov==7.0.0 # Coverage reporting with pytest hypothesis==6.116.0 black==25.12.0 flake8==7.3.0 -mypy==1.13.0 # Static type checking for Python/TS parity +mypy==1.19.1 # Static type checking for Python/TS parity vulture==2.14 # Dead code detection mutmut>=2.5.0,<3.0.0 # Mutation testing for test quality validation (2.x is more stable) bandit>=1.7.0 # Security vulnerability scanner