From 7969240b5a9837a2eeb6ae662bcff211ab7d36e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 15:06:11 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.7.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.7.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.7.0) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... 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 76619067c..bb201a991 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ importlib-metadata==6.6.0 iniconfig==1.1.1 mccabe==0.7.0 monotonic==1.6 -mypy==0.971 +mypy==1.7.0 mypy-extensions==0.4.3 nodeenv==1.6.0 packaging==21.3