From b1ca6d1a21729d73b5078c627b003d8df2092864 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 19:21:16 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.11.2 to 1.15.0 in the pip group Bumps the pip group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.11.2 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cb62d0..64ebc5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ test = [ dev = [ "taskiq-faststream[test]", - "mypy==1.11.2", + "mypy==1.15.0", "ruff==0.11.8", "pre-commit >=3.6.0,<5.0.0", ]