From dff3217d7d2c1193f123052a2fe842a53a631f41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 08:04:56 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from >=0.782 to >=2.3.0 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.782...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... 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 daff731..1e00e5d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ pytest>=5.4.0,<7.4.0 pytest-xdist[psutil] -mypy>=0.782 +mypy>=2.3.0 pre-commit>=2.6.0 pytest-cov>=2.10.0 pytest-mock>=1.11.1,<=3.2.0