From 6cb5422f46727bdb4597154e7ed6824d3836acb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:18:46 +0000 Subject: [PATCH] Update mypy requirement from <2.0,>=1.15 to >=1.15,<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.15.0...v2.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.1.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 7a40c7c..bef78da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ migrate = "redis_om.model.cli.migrate:migrate" [project.optional-dependencies] dev = [ - "mypy>=1.15,<2.0", + "mypy>=1.15,<3.0", "pytest>=9.0.3,<10", "pytest-cov>=6.0,<8.0", "pytest-codspeed>=3.0,<5.0",