From 7d2e3ef46feae814c2406b12387517002060fda0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:53:11 +0000 Subject: [PATCH] chore(deps-dev): update mypy requirement from ~=1.13.0 to ~=1.14.0 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.13.0...v1.14.0) --- 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 83326ccb3e..c69c999a94 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,7 +3,7 @@ pylint~=3.3.2 pytest~=8.3.4 pytest-asyncio~=0.23.8 # pytest-order~=1.0.1 -mypy~=1.13.0 +mypy~=1.14.0 coverage~=7.6 pre-commit==4.0.1 codespell==2.3.0