From a6375a79e448b8890f21da5f29e16a1417765670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 09:09:58 +0000 Subject: [PATCH] Update mypy requirement from <2.0,>=1.16 to >=1.16,<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/v1.16.0...v2.3.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16575e13..3a0930ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ Changelog = "https://github.com/samrusani/AliceBot/blob/main/CHANGELOG.md" dev = [ "build>=1.3,<2.0", "coverage>=7.7,<8.0", - "mypy>=1.16,<2.0", + "mypy>=1.16,<3.0", "pytest>=8.3,<10.0", "pytest-cov>=6.2,<7.0", "ruff>=0.12,<1.0",