From eea6e365a2da4e3b706af2bf457b8d1682c80a18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 07:14:08 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.7.1 to 1.19.1 Bumps [mypy](https://github.com/python/mypy) from 1.7.1 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.1...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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2dcd7ed..dc11c0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,7 +36,7 @@ pytest-mock==3.12.0 # Development tools black>=24.3.0 flake8==7.3.0 -mypy==1.7.1 +mypy==1.19.1 # Environment management python-dotenv==1.2.1