From f595dd80d8099e3d72350b2fe01cc85f956bb3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 14:27:51 +0000 Subject: [PATCH] chore(deps-dev): 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index a43be60..515ef9d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -5,6 +5,6 @@ flaky freezegun==1.5.5 hypothesis ipdb -mypy==1.19.1 +mypy==2.0.0 pip-tools pre-commit