From 49007f991e713513cfd866420fac382bbf9021bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 00:59:45 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 23abd161..d5aa64f1 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,6 +2,6 @@ pytest==7.1.3 flake8==5.0.4 pylint==2.15.2 ipdb==0.13.9 -mypy==0.971 +mypy==1.1.1 black==22.6.0 types-pkg-resources==0.1.3