From 3e38087b03decf0a244ab016693f2bbcafed5015 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 22:29:49 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ~=1.12.0 to ~=1.12.1 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 744004f276..a8bcf46b82 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ pylint~=3.3.1 pytest~=8.3.3 pytest-asyncio~=0.23.8 # pytest-order~=1.0.1 -mypy~=1.12.0 +mypy~=1.12.1 coverage~=7.6 pre-commit==4.0.1 codespell==2.3.0