From 83afcf668d5a4090f796bf4c7ea044139c7a7851 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:15:11 +0000 Subject: [PATCH] chore(deps): bump mypy from 0.971 to 1.6.0 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.6.0. - [Commits](https://github.com/python/mypy/compare/v0.971...v1.6.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev_requirements/coverage-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/coverage-requirements.txt b/dev_requirements/coverage-requirements.txt index 0ac4a21..fca8194 100644 --- a/dev_requirements/coverage-requirements.txt +++ b/dev_requirements/coverage-requirements.txt @@ -1,5 +1,5 @@ coverage==4.5.4 -mypy==0.971 +mypy==1.6.0 mypy-extensions==1.0.0 typing==3.7.4.3 types-setuptools==63.2.2