From 93a8d2dbf985f1d33bbe69136abab19d2d0e5614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 02:12:33 +0000 Subject: [PATCH] deps(deps): update mypy requirement 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/v1.16.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index bb7adc2..00582ce 100644 --- a/constraints.txt +++ b/constraints.txt @@ -36,7 +36,7 @@ pytest-xdist>=3.3.0,<4.0.0 coverage>=7.14.0,<8.0.0 black>=24.0.0,<27.0.0 ruff>=0.11.12,<1.0.0 -mypy>=1.16.0,<2.0.0 +mypy>=1.16.0,<3.0.0 bandit>=1.7.5,<2.0.0 safety>=3.0.0,<4.0.0 pip-audit>=2.6.0,<3.0.0