From b6f9d32a0edb8dc7f0374d2f026a0b178027f1cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 18:41:11 +0000 Subject: [PATCH] chore(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.8.0...v1.11) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9e4c486..5c16c7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ test = [ dev = [ "taskiq-faststream[test]", - "mypy>=1.8.0,<1.10.0", + "mypy>=1.8.0,<1.12.0", "ruff==0.4.1", "pre-commit >=3.6.0,<4.0.0", ]