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