From 78edd1311015a7709b664509401ff3f082766d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 03:59:56 +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: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 057bc13..c7bf162 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -r requirements.txt coverage>=6.1.1,<8.0 flake8==5.0.4 -mypy==0.971 +mypy==1.1.1 nose>=1.3.7,<=1.3.9 requests-mock>=1.7.0,<1.10.1 sphinx-autodoc-typehints>=1.10.3