From 1b4384235a4d8af18172ae7c9c429ff0b0a7a811 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:59:27 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.0.1 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.0.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9a7de6d..04bf768 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -mypy==0.971 +mypy==1.0.1 pre-commit==2.20.0 pytest==7.1.2 pytest-cov==3.0.0