From 7687a2156358ec24fa3454c2e233500020ab5388 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 19:50:05 +0000 Subject: [PATCH] Bump mypy from 1.6.1 to 1.8.0 Bumps [mypy](https://github.com/python/mypy) from 1.6.1 to 1.8.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.6.1...v1.8.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- lint-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint-requirements.txt b/lint-requirements.txt index 7280678b7..f110220ff 100644 --- a/lint-requirements.txt +++ b/lint-requirements.txt @@ -3,6 +3,6 @@ black==23.3.0 codespell==2.2.5 flake8==6.0.0 isort==5.12.0 -mypy==1.6.1 +mypy==1.8.0 mypy-extensions==1.0.0 typing_extensions==4.8.0