From da47e60910335256a8b57bbbf35749219e4a7621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jun 2023 03:58:09 +0000 Subject: [PATCH] Bump mypy from 0.971 to 1.4.0 Bumps [mypy](https://github.com/python/mypy) from 0.971 to 1.4.0. - [Commits](https://github.com/python/mypy/compare/v0.971...v1.4.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..a0447b9 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.4.0 nose>=1.3.7,<=1.3.9 requests-mock>=1.7.0,<1.10.1 sphinx-autodoc-typehints>=1.10.3