From d3b4524c1e22ccd186189631434e0a92b7263fe2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 18:25:03 +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.10.0) --- 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..4b11c2f 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.11.0", "ruff==0.4.1", "pre-commit >=3.6.0,<4.0.0", ]