From 9c244b6c928c1b0f13870990d3fba112d05549e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 05:56:42 +0000 Subject: [PATCH] Bump mypy from 0.982 to 1.1.1 Bumps [mypy](https://github.com/python/mypy) from 0.982 to 1.1.1. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.982...v1.1.1) --- 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 eb830998..0592cd8f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -8,7 +8,7 @@ flake8==3.9.2 flake8-bugbear==22.10.27 flake8-tuple==0.4.1 isort==5.10.1 -mypy==0.982 +mypy==1.1.1 black==22.10.0 pylint==2.13.9