From a79bdda48d34f960768b4fed727c17346122e37f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:51:47 +0000 Subject: [PATCH] chore(deps): bump mypy from 0.971 to 1.6.1 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.6.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.6.1) --- 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..61380b7 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.1 mypy-extensions==1.0.0 typing==3.7.4.3 types-setuptools==63.2.2