From 2ffbc0d053273454c37e6df18c89a26d635032d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2025 22:29:24 -0600 Subject: [PATCH] build(deps): bump mypy in /.github/workflows/requirements/style (#49165) Bumps [mypy](https://github.com/python/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-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/requirements/style/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/requirements/style/requirements.txt b/.github/workflows/requirements/style/requirements.txt index 862d4ba7a07..2a9d852fc13 100644 --- a/.github/workflows/requirements/style/requirements.txt +++ b/.github/workflows/requirements/style/requirements.txt @@ -2,6 +2,6 @@ black==25.1.0 clingo==5.7.1 flake8==7.1.2 isort==6.0.0 -mypy==1.11.2 +mypy==1.15.0 types-six==1.17.0.20241205 vermin==1.6.0