From 7eebce893a8182175e346cd384958ba51f2b7bc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 22:02:49 +0000 Subject: [PATCH] Bump mypy from 0.942 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.942 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.942...v1.1.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 14fe43e..c1f55f7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,7 +2,7 @@ flake8 # Static type checking -mypy==0.942 +mypy==1.1.1 # Automatic code formatting black==22.3.0