From f3e1cc9d3b972db58a0b0a404593fbbcccfe0526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 06:59:47 +0000 Subject: [PATCH] chore(deps-dev): bump mypy from v1.11.2 to 1.12.1 Bumps [mypy](https://github.com/python/mypy) from v1.11.2 to 1.12.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 676d73734d..6bd1208d10 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ flake8==7.1.1; python_version >= "3.8" bandit==1.7.10 gitlint==v0.19.1 interrogate -mypy==v1.11.2 +mypy==v1.12.1 pytest>=7.2.0 pytest-xdist pytest-cov