From 6168b4d29c988cc3fa5d8d28b7c2036e77f775f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 19:56:10 +0000 Subject: [PATCH] chore(deps): bump mypy from 1.16.0 to 1.16.1 in the pip group Bumps the pip group with 1 update: [mypy](https://github.com/python/mypy). Updates `mypy` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.16.0...v1.16.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch 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 7b40ad8..3b5a7ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,7 @@ test = [ dev = [ "taskiq-faststream[test]", - "mypy==1.16.0", + "mypy==1.16.1", "ruff==0.11.13", "pre-commit >=3.6.0,<5.0.0", ]