From 1bf96a2456a0ee2221db7a6919e1b93b45dd304c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 09:33:36 +0000 Subject: [PATCH] Update mypy requirement from ~=1.5 to ~=1.6 Updates the requirements on [mypy](https://github.com/python/mypy) to permit the latest version. - [Commits](https://github.com/python/mypy/compare/v1.5.0...v1.6.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 8b1f707..5d8dddd 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ black~=23.9.1 flakeheaven~=3.3.0 isort~=5.12.0 -mypy~=1.5 +mypy~=1.6 perflint~=0.7.3 pip-check-updates~=0.22.0 pre-commit~=3.4.0