From f5142ae6402a5d62f29aa70c21da13d5c1525372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 00:39:06 +0000 Subject: [PATCH] Bump mypy from 1.14.1 to 1.15.0 in /components/collector Bumps [mypy](https://github.com/python/mypy) from 1.14.1 to 1.15.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.14.1...v1.15.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- components/collector/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/collector/pyproject.toml b/components/collector/pyproject.toml index a0701d5095..df15943340 100644 --- a/components/collector/pyproject.toml +++ b/components/collector/pyproject.toml @@ -27,7 +27,7 @@ optional-dependencies.dev = [ optional-dependencies.tools = [ "bandit==1.8.2", "fixit==2.1.0", - "mypy==1.14.1", + "mypy==1.15.0", "pip-audit==2.7.3", "pyproject-fmt==2.5.0", "ruff==0.9.4",