From 6ce1d1a5cf00ac33fbc1d6400239e34d71a2f077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 04:08:59 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.2.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.2.0. - [Release notes](https://github.com/python/mypy/releases) - [Commits](https://github.com/python/mypy/compare/v0.971...v1.2.0) --- 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..5fa233f 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.2.0 nose>=1.3.7,<=1.3.9 requests-mock>=1.7.0,<1.10.1 sphinx-autodoc-typehints>=1.10.3