From de51124131bd8fa6bee2b3c1f1e88fc4412d0787 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:30:35 +0000 Subject: [PATCH] Bump mypy from 1.10.0 to 1.10.1 in /components/notifier Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.10.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v1.10.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- components/notifier/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/notifier/pyproject.toml b/components/notifier/pyproject.toml index c313ad2223..1491cb9230 100644 --- a/components/notifier/pyproject.toml +++ b/components/notifier/pyproject.toml @@ -23,7 +23,7 @@ optional-dependencies.dev = [ optional-dependencies.tools = [ "bandit==1.7.9", "fixit==2.1.0", - "mypy==1.10.0", + "mypy==1.10.1", "pip-audit==2.7.3", "pyproject-fmt==2.1.3", "ruff==0.4.10",