From b9383ae19c2630f4ac79693cddb49501e1ac0abe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 07:21:20 +0000 Subject: [PATCH] chore(deps): Bump mypy from 1.19.1 to 2.0.0 Bumps [mypy](https://github.com/python/mypy) from 1.19.1 to 2.0.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v2.0.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c8c1ac0..def7430 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pytest-mock==3.15.1 # Development tools black>=24.3.0 flake8==7.3.0 -mypy==1.19.1 +mypy==2.0.0 # Environment management python-dotenv==1.2.2